Moritz Langer commited on
Commit
0e683f9
1 Parent(s): fff7e29
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,4 +241,4 @@ def classify_image(img):
241
  image = gr.inputs.Image(shape=(192,192))
242
  label = gr.outputs.Label()
243
  intf = gr.Interface(fn=classify_image,inputs=image,outputs=label)
244
- intf.launch(share=True)
 
241
  image = gr.inputs.Image(shape=(192,192))
242
  label = gr.outputs.Label()
243
  intf = gr.Interface(fn=classify_image,inputs=image,outputs=label)
244
+ intf.launch()