Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
raul-padua
/
HF_Agents_Course
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
raul-padua
commited on
Feb 18
Commit
b628e0e
·
verified
·
1 Parent(s):
8e25013
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -28,4 +28,5 @@ agent = CodeAgent(
28
prompt_templates=prompt_templates
29
)
30
31
-
# Launch Gradio UI
28
prompt_templates=prompt_templates
29
)
30
31
+
# Launch Gradio UI
32
+
GradioUI(agent).launch()