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
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tbaberca
commited on
18 days ago
Commit
b85ebdb
·
verified
·
1 Parent(s):
a6c3a18
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,4 +71,4 @@ agent = CodeAgent(
71
)
72
73
# Launch the UI
74
-
GradioUI(agent).launch(share=True)
71
)
72
73
# Launch the UI
74
+
GradioUI(agent).
build_ui().
launch(share=True)