Spaces:
Runtime error
Runtime error
Jyothish CHANDRASENAN
commited on
Commit
·
503ed02
1
Parent(s):
6b120f4
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=["
|
|
|
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","009.png"]).launch(share=False)
|