wajidengg commited on
Commit
71dc9b9
1 Parent(s): 2e2b365

removed share=true, because share cannot be used in spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ label = gr.outputs.Label()
25
  examples = ['dog.jfif', 'cat.jfif', 'dunno.jfif']
26
 
27
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
28
- intf.launch(inline=False, share=True)
 
25
  examples = ['dog.jfif', 'cat.jfif', 'dunno.jfif']
26
 
27
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
28
+ intf.launch(inline=False)