Pranjal-psytech commited on
Commit
6c2d1c5
1 Parent(s): 250b454

"No Share Allow"

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 =['black.jpg', 'teddy.jpg']
26
 
27
  intf= gr.Interface(fn =classify_image, inputs= image, outputs= label, Examples= examples)
28
- intf.launch(inline=False, share=True, debug=True)
 
25
  examples =['black.jpg', 'teddy.jpg']
26
 
27
  intf= gr.Interface(fn =classify_image, inputs= image, outputs= label, Examples= examples)
28
+ intf.launch()