jbilcke-hf HF Staff commited on
Commit
f9c59ad
·
1 Parent(s): 89baeb0
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -6,6 +6,7 @@ pandas
6
 
7
  # DiffSynth-Studio (install from GitHub)
8
  # diffsynth @ git+https://github.com/modelscope/DiffSynth-Studio.git@v1.1.7
 
9
 
10
  # Video processing
11
  imageio
@@ -19,7 +20,7 @@ sentencepiece
19
  protobuf
20
 
21
  # Gradio interface
22
- gradio>=4.0.0
23
 
24
  # Additional dependencies for ReCamMaster
25
  cupy-cuda12x
 
6
 
7
  # DiffSynth-Studio (install from GitHub)
8
  # diffsynth @ git+https://github.com/modelscope/DiffSynth-Studio.git@v1.1.7
9
+ # this is disabled as for now we use a local fork packaged with the rest of our code
10
 
11
  # Video processing
12
  imageio
 
20
  protobuf
21
 
22
  # Gradio interface
23
+ gradio>=5.37.0
24
 
25
  # Additional dependencies for ReCamMaster
26
  cupy-cuda12x