Spaces:
Sleeping
Sleeping
test run
Browse files
app.py
CHANGED
|
@@ -188,5 +188,5 @@ if __name__ == "__main__":
|
|
| 188 |
print(response)
|
| 189 |
print("\n" + "*"*30 + " Debug area " + "*"*30)
|
| 190 |
|
| 191 |
-
|
| 192 |
-
|
|
|
|
| 188 |
print(response)
|
| 189 |
print("\n" + "*"*30 + " Debug area " + "*"*30)
|
| 190 |
|
| 191 |
+
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 192 |
+
demo.launch(debug=True, share=False)
|