LamiaYT commited on
Commit
00010f6
·
1 Parent(s): 328f4d4

Initial commit with LlamaIndex-based agent

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,4 +234,4 @@ if __name__ == "__main__":
234
 
235
  print("-"*(60 + len(" App Starting ")) + "\n")
236
  print("Launching Gradio Interface for Local LLM Agent Evaluation...")
237
- demo.launch(debug=True, share=True)
 
234
 
235
  print("-"*(60 + len(" App Starting ")) + "\n")
236
  print("Launching Gradio Interface for Local LLM Agent Evaluation...")
237
+ demo.launch()