Commit
·
17f4c83
1
Parent(s):
f870ddf
Fix requirements.txt by removing pydub and ensuring gradio is listed correctly
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
edge_tts==6.1.12
|
2 |
-
gradio==5.24.0
|
3 |
-
pydub==0.25.1
|
|
|
1 |
edge_tts==6.1.12
|
2 |
+
gradio==5.24.0
|
|