Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
jcleee
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jcleee
commited on
Apr 29, 2025
Commit
1707cf1
·
verified
·
1 Parent(s):
419fd58
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,4 +101,4 @@ agent = CodeAgent(
101
)
102
103
# Launch the UI
104
-
GradioUI(agent).launch(
show_error=True
)
101
)
102
103
# Launch the UI
104
+
GradioUI(agent).launch()