cheesyFishes commited on
Commit
4975ba4
·
1 Parent(s): 476616d
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(server_name="0.0.0.0", server_port=7860)
 
254
 
255
  if __name__ == "__main__":
256
  # Running locally
257
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=False, auth=None, ssr_mode=False)