BlairLeng commited on
Commit
57cd4fe
·
1 Parent(s): e39ffd6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -366,7 +366,7 @@ class Run:
366
 
367
  image_button.click(text.text_to_image, inputs=image_input, outputs=image_output)
368
 
369
- demo.launch(debug=True,share=True)
370
 
371
 
372
  if __name__ == '__main__':
 
366
 
367
  image_button.click(text.text_to_image, inputs=image_input, outputs=image_output)
368
 
369
+ demo.launch(debug=True)
370
 
371
 
372
  if __name__ == '__main__':