Spaces:
Sleeping
Sleeping
[FIX]Remove share
Browse files
app.py
CHANGED
@@ -16,4 +16,4 @@ examples = ['davinci.jpeg', 'vangogh.jpeg', 'picasso.jpeg']
|
|
16 |
|
17 |
iface = gr.Interface(fn=classify_painter, inputs=image,
|
18 |
outputs=label, examples=examples)
|
19 |
-
iface.launch(inline=False
|
|
|
16 |
|
17 |
iface = gr.Interface(fn=classify_painter, inputs=image,
|
18 |
outputs=label, examples=examples)
|
19 |
+
iface.launch(inline=False)
|