Spaces:
Runtime error
Runtime error
Jyothish CHANDRASENAN
commited on
Commit
·
f24b53e
1
Parent(s):
bf26ff8
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,4 +182,4 @@ gr.Interface(fn=predict,
|
|
| 182 |
outputs=[gr.Image(shape=(224,224)), "text"],
|
| 183 |
css="footer {visibility: hidden} body}, .gradio-container {background-color: white}",
|
| 184 |
title="Automi Demo",
|
| 185 |
-
examples=["006.png","002.png","003.png","004.png","
|
|
|
|
| 182 |
outputs=[gr.Image(shape=(224,224)), "text"],
|
| 183 |
css="footer {visibility: hidden} body}, .gradio-container {background-color: white}",
|
| 184 |
title="Automi Demo",
|
| 185 |
+
examples=["006.png","002.png","003.png","004.png","058.png"]).launch(share=False)
|