wangrongsheng commited on
Commit
4223a6d
·
1 Parent(s): 343944f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ with gr.Blocks() as demo:
37
  with gr.Column(scale=1):
38
  button = gr.Button("Generate")
39
  button.click(predict, [txt, state], [state] + text_boxes)
40
- demo.queue().launch(share=True)
 
37
  with gr.Column(scale=1):
38
  button = gr.Button("Generate")
39
  button.click(predict, [txt, state], [state] + text_boxes)
40
+ demo.queue().launch(share=False)