Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
obsolete-apparatus
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
obsolete-apparatus
commited on
19 days ago
Commit
7bb61c7
·
verified
·
1 Parent(s):
a1ca368
Updated app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -86,4 +86,4 @@ agent = CodeAgent(
86
)
87
88
89
-
GradioUI(agent).launch(
share=True
)
86
)
87
88
89
+
GradioUI(agent).launch()