pvasudev commited on
Commit
4d11253
1 Parent(s): 7fd639b

Remove 'share=True'

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -14,8 +14,6 @@ gr.Interface(
14
  fn=predict,
15
  inputs=gr.inputs.Image(shape=(512, 512)),
16
  outputs=gr.outputs.Label(num_top_classes=3)
17
- ).launch(
18
- share=True
19
- )
20
 
21
 
 
14
  fn=predict,
15
  inputs=gr.inputs.Image(shape=(512, 512)),
16
  outputs=gr.outputs.Label(num_top_classes=3)
17
+ ).launch()
 
 
18
 
19