Spaces:
Runtime error
Runtime error
Commit
•
39b8150
1
Parent(s):
f7c9c84
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- requirements.txt +2 -2
README.md
CHANGED
@@ -5,7 +5,7 @@ emoji: 🔥
|
|
5 |
colorFrom: indigo
|
6 |
colorTo: indigo
|
7 |
sdk: gradio
|
8 |
-
sdk_version: 5.
|
9 |
app_file: run.py
|
10 |
pinned: false
|
11 |
hf_oauth: true
|
|
|
5 |
colorFrom: indigo
|
6 |
colorTo: indigo
|
7 |
sdk: gradio
|
8 |
+
sdk_version: 5.10.0
|
9 |
app_file: run.py
|
10 |
pinned: false
|
11 |
hf_oauth: true
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
gradio-client @ git+https://github.com/gradio-app/gradio@
|
2 |
-
https://gradio-pypi-previews.s3.amazonaws.com/
|
3 |
bokeh>=3.0
|
4 |
xyzservices
|
|
|
1 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@135630e187355e8938f7fb394ed7ba872023bfd4#subdirectory=client/python
|
2 |
+
https://gradio-pypi-previews.s3.amazonaws.com/135630e187355e8938f7fb394ed7ba872023bfd4/gradio-5.10.0-py3-none-any.whl
|
3 |
bokeh>=3.0
|
4 |
xyzservices
|