Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -10,9 +10,10 @@ torch>=2.5.0
|
|
| 10 |
torchaudio>=2.5.0
|
| 11 |
transformers>=4.55.4
|
| 12 |
|
| 13 |
-
# Gradio for
|
| 14 |
gradio>=5.0.0
|
|
|
|
| 15 |
|
| 16 |
# Optional: Flash Attention for better performance
|
| 17 |
# Uncomment if you have compatible GPU
|
| 18 |
-
# flash-attn --no-build-isolation
|
|
|
|
| 10 |
torchaudio>=2.5.0
|
| 11 |
transformers>=4.55.4
|
| 12 |
|
| 13 |
+
# Gradio and WebRTC for real-time streaming
|
| 14 |
gradio>=5.0.0
|
| 15 |
+
fastrtc[vad]>=0.0.30
|
| 16 |
|
| 17 |
# Optional: Flash Attention for better performance
|
| 18 |
# Uncomment if you have compatible GPU
|
| 19 |
+
# flash-attn --no-build-isolation
|