Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
Bobricha
/
First_agent_template
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Bobricha
commited on
Feb 19
Commit
e7754f4
·
verified
·
1 Parent(s):
5785280
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-3
app.py
CHANGED
Viewed
@@ -91,6 +91,3 @@ agent = CodeAgent(
91
description=None,
92
prompt_templates=prompt_templates
93
)
94
-
95
-
96
-
GradioUI(agent).launch()
91
description=None,
92
prompt_templates=prompt_templates
93
)