Spaces:
Sleeping
Sleeping
niloycste68
commited on
Commit
•
4d29787
1
Parent(s):
ec62823
Update app.py
Browse files
app.py
CHANGED
@@ -46,4 +46,4 @@ examples = [
|
|
46 |
]
|
47 |
|
48 |
iface = gr.Interface(fn=recognize_image, inputs=image_input, outputs=label_output, examples=examples)
|
49 |
-
iface.launch(inline=False)
|
|
|
46 |
]
|
47 |
|
48 |
iface = gr.Interface(fn=recognize_image, inputs=image_input, outputs=label_output, examples=examples)
|
49 |
+
iface.launch(inline =False, share = True)
|