Spaces:
Sleeping
Sleeping
abrar-adnan
commited on
Commit
•
5cb73ce
1
Parent(s):
a16cbdb
share = false
Browse files
app.py
CHANGED
@@ -44,4 +44,4 @@ examples = [
|
|
44 |
]
|
45 |
|
46 |
iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
|
47 |
-
iface.launch(inline=False
|
|
|
44 |
]
|
45 |
|
46 |
iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
|
47 |
+
iface.launch(inline=False)
|