Spaces:
Running
Running
HongcanGuo
commited on
Commit
•
7d281a4
1
Parent(s):
92c5d2f
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,9 +1,16 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
Pillow
|
4 |
-
torch
|
5 |
transformers
|
|
|
6 |
diffusers
|
7 |
moviepy
|
8 |
scipy
|
9 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
Pillow
|
|
|
4 |
transformers
|
5 |
+
torch
|
6 |
diffusers
|
7 |
moviepy
|
8 |
scipy
|
9 |
+
numpy
|
10 |
+
regex
|
11 |
+
opencv-python-headless
|
12 |
+
imageio
|
13 |
+
imageio-ffmpeg
|
14 |
+
soundfile
|
15 |
+
tempfile
|
16 |
+
importlib-metadata
|