girishwangikar commited on
Commit
794fa90
·
verified ·
1 Parent(s): f0471c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,4 +223,4 @@ with gr.Blocks(title="Knowledge Graph RAG") as iface:
223
  """)
224
 
225
  if __name__ == "__main__":
226
- iface.launch()
 
223
  """)
224
 
225
  if __name__ == "__main__":
226
+ iface.launch(server_name="0.0.0.0", server_port=7860)