Kal1510 commited on
Commit
29e01b0
·
verified ·
1 Parent(s): 4882e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,4 +241,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="PDF Chat Assistant") as demo:
241
  clear_chat.click(lambda: [], None, chatbot, queue=False)
242
 
243
  if __name__ == "__main__":
244
- demo.launch(server_name="0.0.0.0", server_port=7862, share=True) # Disable sharing for local CPU use
 
241
  clear_chat.click(lambda: [], None, chatbot, queue=False)
242
 
243
  if __name__ == "__main__":
244
+ demo.launch() # Disable sharing for local CPU use