QINGCHE commited on
Commit
5fad0b9
·
1 Parent(s): 1464d97
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ with gr.Blocks(css = ".output {min-height: 500px}") as demo:
44
  file_button.click(textInput.file_dump_to_lines,inputs=[file_input,topic_num,max_length], outputs=[text_keys_output,text_ab_output,file_txt_output,file_docx_output,file_pdf_output])
45
 
46
  try:
47
- demo.queue().launch(share=True)
48
  except Exception as e:
49
  print("error",e)
 
44
  file_button.click(textInput.file_dump_to_lines,inputs=[file_input,topic_num,max_length], outputs=[text_keys_output,text_ab_output,file_txt_output,file_docx_output,file_pdf_output])
45
 
46
  try:
47
+ demo.queue().launch()
48
  except Exception as e:
49
  print("error",e)