Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
Tbaberca
/
First_agent_template
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tbaberca
commited on
May 25
Commit
c89e7c9
·
verified
·
1 Parent(s):
b879404
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -79,3 +79,4 @@ agent = CodeAgent(
79
description=None,
80
prompt_templates=prompt_templates
81
)
79
description=None,
80
prompt_templates=prompt_templates
81
)
82
+
GradioUI(agent).launch()