Bimurat Mukhtar commited on
Commit
ba098b8
·
1 Parent(s): c1b0c67

removed share

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