Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
yetessam
/
ContentAgent
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yetessam
commited on
Feb 19
Commit
03334cb
·
verified
·
1 Parent(s):
8c10668
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -94,4 +94,4 @@ agent = CodeAgent(
94
)
95
96
97
-
GradioUI(agent).launch()
94
)
95
96
97
+
GradioUI(agent).launch(
share=False
)