Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
BCopeland64
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BCopeland64
commited on
25 days ago
Commit
6c00dd4
·
verified
·
1 Parent(s):
52d2167
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ agent = CodeAgent(
42
)
43
44
# Launch UI
45
-
GradioUI(agent).launch(
debug=True
)
42
)
43
44
# Launch UI
45
+
GradioUI(agent).launch()