Spaces:
Running
Running
Fix: isolate gradio to /ui path to prevent 500 template error
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
huggingface_hub==0.25.2
|
| 3 |
spacy==3.7.5
|
| 4 |
-
|
| 5 |
fastapi>=0.111.0
|
| 6 |
uvicorn>=0.29.0
|
|
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
huggingface_hub==0.25.2
|
| 3 |
spacy==3.7.5
|
| 4 |
+
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
| 5 |
fastapi>=0.111.0
|
| 6 |
uvicorn>=0.29.0
|
| 7 |
+
jinja2>=3.1.0
|