Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
gradio>=4.44.0,<5
|
| 4 |
-
|
| 5 |
-
# Hugging Face client with router + OpenAI-style chat.completions
|
| 6 |
-
huggingface_hub>=0.28.0
|
| 7 |
-
|
| 8 |
-
# HTTP client (used to call router /v1/models in the app)
|
| 9 |
httpx>=0.27.0,<1
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
+
huggingface_hub>=1.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
httpx>=0.27.0,<1
|