Update app.py
Browse files
app.py
CHANGED
@@ -367,5 +367,4 @@ if __name__ == "__main__":
|
|
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)
|
|
|
367 |
# agent.run("What is 2+2?")
|
368 |
|
369 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
|
|
370 |
demo.launch(debug=True, share=False)
|