Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
ENABLE_METRICS=true
|
| 8 |
-
SESSION_TIMEOUT=3600
|
|
|
|
| 1 |
+
gradio==4.28.2
|
| 2 |
+
Pillow>=10.0.0
|
| 3 |
+
asyncio
|
| 4 |
+
typing-extensions>=4.0.0
|
| 5 |
+
httpx>=0.24.0
|
| 6 |
+
python-multipart>=0.0.5
|
|
|
|
|
|