Update app.py
Browse files
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(
|
|
|
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()
|