fix: switch to Docker SDK with Python 3.11 to resolve audioop/pydub issue
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
|
|
| 1 |
numpy>=1.24
|
| 2 |
soundfile>=0.12
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
numpy>=1.24
|
| 3 |
soundfile>=0.12
|