Spaces:
Runtime error
Runtime error
Commit
•
75477b7
1
Parent(s):
d9f6eae
Update the Gradio version so that external requests to the REST API are not allowed (#24)
Browse files- Update the Gradio version so that external requests to the REST API are not allowed (c912e6559eff13712acaab8e88dab6abebefaa72)
Co-authored-by: Abubakar Abid <abidlabs@users.noreply.huggingface.co>
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🕵️♂️
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.6
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.6.0b10
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|