Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -11,7 +11,7 @@ spacy==3.5.2 # pins typer <0.8
|
|
11 |
|
12 |
# Web UI & CLI
|
13 |
gradio==5.31.0
|
14 |
-
typer==0.7.0 # satisfies
|
15 |
|
16 |
# Hugging Face integration
|
17 |
-
huggingface_hub
|
|
|
11 |
|
12 |
# Web UI & CLI
|
13 |
gradio==5.31.0
|
14 |
+
typer==0.7.0 # satisfies Gradio & spaCy constraints
|
15 |
|
16 |
# Hugging Face integration
|
17 |
+
huggingface_hub>=0.28.1,<1.0.0
|