cheesyFishes commited on
Commit
094d16a
·
1 Parent(s): 4975ba4

lower gradio version

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
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, share=False, auth=None, ssr_mode=False)
 
254
 
255
  if __name__ == "__main__":
256
  # Running locally
257
+ demo.launch()
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  llama-index-core==0.12.10
2
  llama-index-embeddings-huggingface==0.5.0
3
  llama-parse==0.5.19
 
 
1
  llama-index-core==0.12.10
2
  llama-index-embeddings-huggingface==0.5.0
3
  llama-parse==0.5.19
4
+ gradio<5.0