Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- requirements.txt +8 -0
- runtime.txt +1 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.44.1
|
| 2 |
+
modal>=0.60.0
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
requests>=2.31.0
|
| 5 |
+
mysql-connector-python>=8.0.0
|
| 6 |
+
json-repair>=0.25.0
|
| 7 |
+
boto3>=1.28.0
|
| 8 |
+
python-dotenv>=1.0.0
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.11.9
|