Spaces:
Runtime error
Runtime error
Commit
•
77acaf0
1
Parent(s):
e5202fa
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: 3.45.
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
---
|
|
|
5 |
colorFrom: indigo
|
6 |
colorTo: indigo
|
7 |
sdk: gradio
|
8 |
+
sdk_version: 3.45.2
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
---
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
-
gradio-client @ git+https://github.com/gradio-app/gradio@
|
3 |
-
https://gradio-builds.s3.amazonaws.com/
|
4 |
pypistats==1.1.0
|
5 |
plotly==5.10.0
|
6 |
opencv-python==4.6.0.66
|
|
|
1 |
|
2 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@d50a5d525652f153f93ff6c2bfa5a1370e1fcfed#subdirectory=client/python
|
3 |
+
https://gradio-builds.s3.amazonaws.com/d50a5d525652f153f93ff6c2bfa5a1370e1fcfed/gradio-3.45.2-py3-none-any.whl
|
4 |
pypistats==1.1.0
|
5 |
plotly==5.10.0
|
6 |
opencv-python==4.6.0.66
|