Walterchamy commited on
Commit
914448f
·
1 Parent(s): 3db0ffb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ def predict(img):
13
 
14
 
15
  import gradio as gr
16
- gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=6)).launch(share=True)
 
13
 
14
 
15
  import gradio as gr
16
+ gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=6)).launch(share=False)