Update app.py
Browse files
app.py
CHANGED
@@ -220,4 +220,4 @@ if __name__ == "__main__":
|
|
220 |
|
221 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
222 |
#demo.launch(debug=True, share=False)
|
223 |
-
demo.launch(debug=True, share=False
|
|
|
220 |
|
221 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
222 |
#demo.launch(debug=True, share=False)
|
223 |
+
demo.launch(debug=True, share=False)
|