Omnibus commited on
Commit
a12759a
·
1 Parent(s): 6f3d92c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -440,4 +440,4 @@ with gr.Blocks() as app:
440
  clear_btn.click(clear_fn,None,[prompt,chatbot])
441
  go=button.click(run,[prompt,chatbot,data,file,url,pdf_url,pdf_batch],[prompt,chatbot,e_box])
442
  stop_button.click(None,None,None,cancels=[go])
443
- app.launch(server_port=9999,show_api=False,share=False)
 
440
  clear_btn.click(clear_fn,None,[prompt,chatbot])
441
  go=button.click(run,[prompt,chatbot,data,file,url,pdf_url,pdf_batch],[prompt,chatbot,e_box])
442
  stop_button.click(None,None,None,cancels=[go])
443
+ app.launch(show_api=False,share=False)