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
b7e6c92
·
verified
·
1 Parent(s):
e7754f4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -91,3 +91,6 @@ agent = CodeAgent(
91
description=None,
92
prompt_templates=prompt_templates
93
)
91
description=None,
92
prompt_templates=prompt_templates
93
)
94
+
95
+
96
+
GradioUI(agent).launch()