keynes42 commited on
Commit
ad3ce9f
·
verified ·
1 Parent(s): 3ad0210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -367,4 +367,5 @@ if __name__ == "__main__":
367
  # agent.run("What is 2+2?")
368
 
369
  print("Launching Gradio Interface for Basic Agent Evaluation...")
 
370
  demo.launch(debug=True, share=False)
 
367
  # agent.run("What is 2+2?")
368
 
369
  print("Launching Gradio Interface for Basic Agent Evaluation...")
370
+ demo.queue()
371
  demo.launch(debug=True, share=False)