Quake24 commited on
Commit
18d66b5
·
1 Parent(s): 1cf582b

[ADD]Allowing share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, share=True)