Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
accelerate==1.2.1
|
| 2 |
decord==0.6.0
|
|
|
|
| 3 |
nncore==0.4.5
|
| 4 |
pandas==2.2.3
|
| 5 |
peft==0.14.0
|
|
@@ -11,9 +12,6 @@ spaces==0.34.0
|
|
| 11 |
termplotlib==0.3.9
|
| 12 |
triton==3.0.0
|
| 13 |
|
| 14 |
-
# gradio 5.16.0 to 5.23.1 have wrong horizontal margins
|
| 15 |
-
gradio==5.15.0
|
| 16 |
-
|
| 17 |
# https://github.com/gradio-app/gradio/issues/10662
|
| 18 |
pydantic==2.10.6
|
| 19 |
|
|
|
|
| 1 |
accelerate==1.2.1
|
| 2 |
decord==0.6.0
|
| 3 |
+
gradio==5.23.1
|
| 4 |
nncore==0.4.5
|
| 5 |
pandas==2.2.3
|
| 6 |
peft==0.14.0
|
|
|
|
| 12 |
termplotlib==0.3.9
|
| 13 |
triton==3.0.0
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
# https://github.com/gradio-app/gradio/issues/10662
|
| 16 |
pydantic==2.10.6
|
| 17 |
|