cobramv12 commited on
Commit
55fb439
·
verified ·
1 Parent(s): 4282ad2

Fix: Upgrade to Gradio 5 + cleanup inputs

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  spaces
2
- gradio==4.44.1
3
- huggingface_hub==0.23.4
4
  diffusers>=0.30.0
5
- transformers>=4.42.0
6
- accelerate>=0.33.0
7
  torch
8
  sentencepiece
9
  imageio[ffmpeg]
 
1
  spaces
2
+ gradio>=5.0.0
3
+ huggingface_hub>=0.26.0
4
  diffusers>=0.30.0
5
+ transformers>=4.45.0
6
+ accelerate>=1.0.0
7
  torch
8
  sentencepiece
9
  imageio[ffmpeg]