angkit007 commited on
Commit
22e57d2
·
1 Parent(s): 34bdf07
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -25,4 +25,9 @@ with gr.Blocks(title="Agentic RAG Demo") as demo:
25
 
26
 
27
  if __name__ == "__main__":
28
- demo.launch()
 
 
 
 
 
 
25
 
26
 
27
  if __name__ == "__main__":
28
+ demo.launch(
29
+ server_name="0.0.0.0",
30
+ server_port=7860,
31
+ prevent_thread_lock=True,
32
+ show_error=True,
33
+ )