Spaces:
Runtime error
Runtime error
Update README.md
Browse filesUpdate the version of Gradio to fix a [known issue](https://github.com/gradio-app/gradio/issues/1809) where the example image on your space bring an `ERROR` message when you try to predict on it.
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🐶
|
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.1.1
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|