Spaces:
Running
Running
Commit
Β·
dbcee84
1
Parent(s):
b5279f4
bump
Browse files- README.md +2 -1
- requirements.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
|
@@ -30,6 +30,7 @@ VideoModelStudio is 100% open-source project, I develop and maintain it during b
|
|
30 |
<a href="https://www.buymeacoffee.com/flngr" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
|
31 |
|
32 |
## News
|
|
|
33 |
- π₯ **2025-06-04**: Upgrade to Cuda 12.8, Pytorch 2.6, Gradio 5.32
|
34 |
- π₯ **2025-03-12**: VMS now officially supports Wan!
|
35 |
- π₯ **2025-03-11**: I have added a tab to preview a model!
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.33.1
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
|
|
30 |
<a href="https://www.buymeacoffee.com/flngr" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
|
31 |
|
32 |
## News
|
33 |
+
- π₯ **2025-06-10**: Fixed a bug with model download, upgrade to 5.33.1
|
34 |
- π₯ **2025-06-04**: Upgrade to Cuda 12.8, Pytorch 2.6, Gradio 5.32
|
35 |
- π₯ **2025-03-12**: VMS now officially supports Wan!
|
36 |
- π₯ **2025-03-11**: I have added a tab to preview a model!
|
requirements.txt
CHANGED
@@ -39,7 +39,7 @@ av==14.1.0
|
|
39 |
git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
|
40 |
|
41 |
# for our frontend
|
42 |
-
gradio==5.
|
43 |
gradio_toggle
|
44 |
gradio_modal
|
45 |
|
|
|
39 |
git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
|
40 |
|
41 |
# for our frontend
|
42 |
+
gradio==5.33.1
|
43 |
gradio_toggle
|
44 |
gradio_modal
|
45 |
|