kawayui commited on
Commit
9b66d0c
·
1 Parent(s): f9d64f2

upload application file3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,4 +207,4 @@ with gr.Blocks() as demo:
207
  btn2.click(fn=generate_next, inputs=[history, radio2, max_length, num_beams, p], outputs=[history, now_text, next_text])
208
 
209
  if __name__ == "__main__":
210
- demo.launch()
 
207
  btn2.click(fn=generate_next, inputs=[history, radio2, max_length, num_beams, p], outputs=[history, now_text, next_text])
208
 
209
  if __name__ == "__main__":
210
+ demo.launch(share=False)