Spaces:
Runtime error
Runtime error
enhance: update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -11,6 +11,7 @@ fastapi==0.115.12
|
|
11 |
ffmpy==0.5.0
|
12 |
filelock==3.18.0
|
13 |
fsspec==2025.3.2
|
|
|
14 |
gradio==5.29.1
|
15 |
gradio-client==1.10.1
|
16 |
groovy==0.1.2
|
@@ -65,5 +66,6 @@ typing-inspection==0.4.0
|
|
65 |
tzdata==2025.2
|
66 |
urllib3==2.4.0
|
67 |
uvicorn==0.34.2
|
|
|
68 |
websockets==15.0.1
|
69 |
-
zipp==3.21.0
|
|
|
11 |
ffmpy==0.5.0
|
12 |
filelock==3.18.0
|
13 |
fsspec==2025.3.2
|
14 |
+
ftfy
|
15 |
gradio==5.29.1
|
16 |
gradio-client==1.10.1
|
17 |
groovy==0.1.2
|
|
|
66 |
tzdata==2025.2
|
67 |
urllib3==2.4.0
|
68 |
uvicorn==0.34.2
|
69 |
+
wcwidth==0.2.13
|
70 |
websockets==15.0.1
|
71 |
+
zipp==3.21.0
|