themissingCRAM
commited on
Commit
·
8bbbb33
1
Parent(s):
7a8951a
debug
Browse files
app.py
CHANGED
@@ -120,5 +120,5 @@ if __name__ == "__main__":
|
|
120 |
max_steps=5,
|
121 |
verbosity_level=1,
|
122 |
)
|
123 |
-
agent.run("What is the average each customer paid?")
|
124 |
GradioUI(agent).launch()
|
|
|
120 |
max_steps=5,
|
121 |
verbosity_level=1,
|
122 |
)
|
123 |
+
# agent.run("What is the average each customer paid?")
|
124 |
GradioUI(agent).launch()
|