Spaces:
Sleeping
Sleeping
Toptopito
commited on
Commit
·
dacdeed
1
Parent(s):
7eff85c
share
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ examples = ['./unseen_data/NORMAL/NORMAL2-IM-1427-0001.jpeg',
|
|
18 |
|
19 |
intf = gr.Interface(fn=classify_image, inputs=gr.Image(type='pil'), outputs=gr.Label(), examples=examples)
|
20 |
|
21 |
-
intf.launch(inline=False)
|
|
|
18 |
|
19 |
intf = gr.Interface(fn=classify_image, inputs=gr.Image(type='pil'), outputs=gr.Label(), examples=examples)
|
20 |
|
21 |
+
intf.launch(inline=False, share=True)
|