Spaces:
Running
Running
Commit
·
4ed636f
1
Parent(s):
92eacee
upgrade gradio
Browse files- README.md +1 -1
- requirements.txt +1 -1
- requirements_without_flash_attention.txt +1 -1
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🎥
|
|
4 |
colorFrom: gray
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.23.3
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
requirements.txt
CHANGED
@@ -58,7 +58,7 @@ av==14.1.0
|
|
58 |
git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
|
59 |
|
60 |
# for our frontend
|
61 |
-
gradio==5.
|
62 |
gradio_toggle
|
63 |
|
64 |
# used for the monitor
|
|
|
58 |
git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
|
59 |
|
60 |
# for our frontend
|
61 |
+
gradio==5.23.3
|
62 |
gradio_toggle
|
63 |
|
64 |
# used for the monitor
|
requirements_without_flash_attention.txt
CHANGED
@@ -57,7 +57,7 @@ av==14.1.0
|
|
57 |
git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
|
58 |
|
59 |
# for our frontend
|
60 |
-
gradio==5.
|
61 |
gradio_toggle
|
62 |
|
63 |
# used for the monitor
|
|
|
57 |
git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
|
58 |
|
59 |
# for our frontend
|
60 |
+
gradio==5.23.3
|
61 |
gradio_toggle
|
62 |
|
63 |
# used for the monitor
|