Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
BobbyCell/First_agent_template
pablocevalenzuela
/
First_agent_template
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pablocevalenzuela
commited on
Apr 9
Commit
b78ba3e
·
verified
·
1 Parent(s):
b788c45
updated app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-4
app.py
CHANGED
Viewed
@@ -74,7 +74,4 @@ agent = CodeAgent(
74
prompt_templates=prompt_templates
75
)
76
77
-
agent.
run
(
"America/New_York"
)
78
-
79
-
80
-
#GradioUI(agent).launch()
74
prompt_templates=prompt_templates
75
)
76
77
+
GradioUI(
agent
)
.
launch
()