ydshieh commited on
Commit
605cc24
1 Parent(s): ba66e31
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def main():
61
  outputs=[image_output, text_output1],
62
  show_progress=True, queue=True)
63
 
64
- demo.launch(share=True)
65
 
66
 
67
  if __name__ == "__main__":
 
61
  outputs=[image_output, text_output1],
62
  show_progress=True, queue=True)
63
 
64
+ demo.launch()
65
 
66
 
67
  if __name__ == "__main__":