Spaces:
Sleeping
Sleeping
NasrinRipa commited on
Commit ·
917b961
1
Parent(s): 4f294d7
sharing stopped in app.py
Browse files
app.py
CHANGED
|
@@ -40,4 +40,4 @@ examples = [
|
|
| 40 |
]
|
| 41 |
|
| 42 |
iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
|
| 43 |
-
iface.launch(inline=False
|
|
|
|
| 40 |
]
|
| 41 |
|
| 42 |
iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
|
| 43 |
+
iface.launch(inline=False)
|