Spaces:
Runtime error
Runtime error
Martijn van Beers
commited on
Commit
β’
548723a
1
Parent(s):
5e5f47a
Retry newer gradio
Browse filesTrying to pin uvicorn didn't work, so retrying the gradio upgrade
now that spacy wanting to build the old version instead of getting
a wheel is fixed
- README.md +1 -1
- requirements.txt +0 -1
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: π
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: afl-3.0
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.46.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: afl-3.0
|
requirements.txt
CHANGED
@@ -9,4 +9,3 @@ scikit-image==0.19.3
|
|
9 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl
|
10 |
torch==1.11.0
|
11 |
torchvision==0.12.0
|
12 |
-
uvicorn==0.19.0
|
|
|
9 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl
|
10 |
torch==1.11.0
|
11 |
torchvision==0.12.0
|
|