Add pyaudioop for Python 3.13 Gradio compatibility
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
pandas
|
| 3 |
scikit-learn
|
| 4 |
torch
|
|
@@ -6,3 +6,4 @@ transformers
|
|
| 6 |
huggingface_hub
|
| 7 |
accelerate
|
| 8 |
safetensors
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
pandas
|
| 3 |
scikit-learn
|
| 4 |
torch
|
|
|
|
| 6 |
huggingface_hub
|
| 7 |
accelerate
|
| 8 |
safetensors
|
| 9 |
+
pyaudioop
|