Spaces:
Runtime error
Runtime error
Fix: pin gradio==3.50.2, tensorflow==2.13.0, keras==2.13.1 to avoid audioop/pydub Python 3.13 crash
#2
by Fairfield-U-AILab - opened
- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,2 +1,6 @@
|
|
| 1 |
-
tensorflow
|
| 2 |
-
keras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow==2.13.0
|
| 2 |
+
keras==2.13.1
|
| 3 |
+
gradio==3.50.2
|
| 4 |
+
huggingface_hub
|
| 5 |
+
numpy
|
| 6 |
+
pillow
|