Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -209,4 +209,5 @@ if __name__ == "__main__":
|
|
209 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
210 |
|
211 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
212 |
-
demo.launch(debug=True, share=False)
|
|
|
|
209 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
210 |
|
211 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
212 |
+
demo.launch(debug=True, share=False)
|
213 |
+
|