Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
gradio
|
| 4 |
-
|
|
|
|
| 5 |
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
gradio>=4.0.0
|
| 4 |
+
huggingface_hub>=0.20.0
|
| 5 |
+
pillow>=9.5.0
|
| 6 |
|