Spaces:
Runtime error
Runtime error
update
Browse files- README.md +2 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -4,9 +4,10 @@ emoji: 🦀
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.27.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
python_version: 3.10
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
requests
|
2 |
-
gradio==3.
|
|
|
1 |
requests
|
2 |
+
gradio==3.27.0
|