Spaces:
Sleeping
Sleeping
Kaniz-Fatema-Nabila
commited on
Commit
•
ef8f535
1
Parent(s):
1a1b190
Update app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ example = [
|
|
31 |
]
|
32 |
|
33 |
iface = gr.Interface(fn = recognize_image, inputs = image, outputs = label, examples = example)
|
34 |
-
iface.launch(inline=False)
|
|
|
31 |
]
|
32 |
|
33 |
iface = gr.Interface(fn = recognize_image, inputs = image, outputs = label, examples = example)
|
34 |
+
iface.launch(inline=False, share= True)
|