cheesyFishes commited on
Commit
476616d
·
1 Parent(s): aedc188

hardcode host and port?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,4 +254,4 @@ This demo was built with [LlamaIndex](https://docs.llamaindex.ai) and [LlamaPars
254
 
255
  if __name__ == "__main__":
256
  # Running locally
257
- demo.launch()
 
254
 
255
  if __name__ == "__main__":
256
  # Running locally
257
+ demo.launch(server_name="0.0.0.0", server_port=7860)