jbilcke-hf HF Staff commited on
Commit
dbcee84
Β·
1 Parent(s): b5279f4
Files changed (2) hide show
  1. README.md +2 -1
  2. 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.32.1
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.32.1
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