Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
pbanavara
/
First_agent_template
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pbanavara
commited on
Feb 10
Commit
c767b65
·
verified
·
1 Parent(s):
f39229c
Update app.py
Browse files
removing share=True
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,4 +71,4 @@ agent = CodeAgent(
71
)
72
73
74
-
GradioUI(agent).launch(
share=True
)
71
)
72
73
74
+
GradioUI(agent).launch()