dongsheng commited on
Commit
1aa91f1
1 Parent(s): 7bd876a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ if __name__ == '__main__':
59
  # r = img2label(left_img_dir, right_img_dir)
60
  demo = gr.Interface(fn=img2label, inputs=[gr.inputs.Image(), gr.inputs.Image()], outputs='label',
61
  title=title, description=description)
62
- demo.launch(share=True)
 
59
  # r = img2label(left_img_dir, right_img_dir)
60
  demo = gr.Interface(fn=img2label, inputs=[gr.inputs.Image(), gr.inputs.Image()], outputs='label',
61
  title=title, description=description)
62
+ demo.launch()