Spaces:
Runtime error
Runtime error
Commit ·
e4881ef
1
Parent(s): 8593064
Pin python to 3.10 to fix audioop crash
Browse files- README.md +1 -0
- requirements.txt +1 -0
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: blue
|
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: "4.44.1"
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
hf_oauth: true
|
|
|
|
| 5 |
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: "4.44.1"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
hf_oauth: true
|
requirements.txt
CHANGED
|
@@ -7,4 +7,5 @@ beautifulsoup4==4.12.3
|
|
| 7 |
requests==2.32.3
|
| 8 |
gTTS==2.5.3
|
| 9 |
huggingface_hub==0.24.6
|
|
|
|
| 10 |
|
|
|
|
| 7 |
requests==2.32.3
|
| 8 |
gTTS==2.5.3
|
| 9 |
huggingface_hub==0.24.6
|
| 10 |
+
pydub==0.25.1
|
| 11 |
|