ShiwenNi commited on
Commit
b82ed19
1 Parent(s): 4117acf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ with gr.Blocks(title="Chat With Pdf") as demo:
71
  file.upload(pdf_to_markdown, file, [out, file, out, title, chatbot, message, submit])
72
  submit.click(chatgpt_clone, inputs=[message, state, chatbot], outputs=[chatbot, state, message])
73
 
74
- demo.launch(share=True)
 
71
  file.upload(pdf_to_markdown, file, [out, file, out, title, chatbot, message, submit])
72
  submit.click(chatgpt_clone, inputs=[message, state, chatbot], outputs=[chatbot, state, message])
73
 
74
+ demo.launch()