CCockrum commited on
Commit
ba13244
·
verified ·
1 Parent(s): b4dd77a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -8
requirements.txt CHANGED
@@ -1,9 +1,3 @@
1
- # file: requirements.txt
2
- # Core UI
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