Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
huggingface_hub
|
| 3 |
-
|
| 4 |
-
spaces
|
| 5 |
-
fastapi
|
| 6 |
-
uvicorn
|
| 7 |
Pillow
|
| 8 |
-
|
|
|
|
|
|
| 1 |
+
gradio>=5.0
|
| 2 |
huggingface_hub
|
| 3 |
+
httpx
|
|
|
|
|
|
|
|
|
|
| 4 |
Pillow
|
| 5 |
+
uvicorn
|
| 6 |
+
fastapi
|