Spaces:
Paused
Paused
Julian Bilcke
commited on
Commit
·
f9c59ad
1
Parent(s):
89baeb0
up
Browse files- 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/[email protected]
|
|
|
|
| 9 |
|
| 10 |
# Video processing
|
| 11 |
imageio
|
|
@@ -19,7 +20,7 @@ sentencepiece
|
|
| 19 |
protobuf
|
| 20 |
|
| 21 |
# Gradio interface
|
| 22 |
-
gradio>=
|
| 23 |
|
| 24 |
# Additional dependencies for ReCamMaster
|
| 25 |
cupy-cuda12x
|
|
|
|
| 6 |
|
| 7 |
# DiffSynth-Studio (install from GitHub)
|
| 8 |
# diffsynth @ git+https://github.com/modelscope/[email protected]
|
| 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
|