HBDing commited on
Commit
2c01375
·
1 Parent(s): 4a5dbfd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ with gr.Blocks() as demo:
31
  button_get.click(get_boxes_json, annotator, json_boxes)
32
 
33
  if __name__ == "__main__":
34
- demo.launch(share=True)
 
31
  button_get.click(get_boxes_json, annotator, json_boxes)
32
 
33
  if __name__ == "__main__":
34
+ demo.launch()