Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- requirements.txt +1 -1
- runtime.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
numpy>=1.24
|
| 2 |
scipy>=1.10
|
| 3 |
-
gradio>=4.0
|
|
|
|
| 1 |
numpy>=1.24
|
| 2 |
scipy>=1.10
|
| 3 |
+
gradio>=4.0,<5.0
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.11
|