Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -22
requirements.txt
CHANGED
|
@@ -1,22 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
requests>=2.31.0
|
| 9 |
-
transformers>=4.36.0
|
| 10 |
-
torch>=2.1.0
|
| 11 |
-
|
| 12 |
-
# YAML support
|
| 13 |
-
PyYAML>=6.0
|
| 14 |
-
|
| 15 |
-
# Timezone support
|
| 16 |
-
pytz>=2023.3
|
| 17 |
-
|
| 18 |
-
# Gradio UI
|
| 19 |
-
gradio>=3.52.0
|
| 20 |
-
|
| 21 |
-
# Optional: pandas if you want to show results in tables
|
| 22 |
-
pandas>=2.1.0
|
|
|
|
| 1 |
+
gradio[oauth]==5.25.2
|
| 2 |
+
uvicorn>=0.14.0
|
| 3 |
+
smolagents
|
| 4 |
+
pyyaml
|
| 5 |
+
pytz
|
| 6 |
+
requests
|
| 7 |
+
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|