Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
HugKN
/
First_agent_template
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HugKN
commited on
May 20
Commit
01cb9b3
·
verified
·
1 Parent(s):
805586c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -113,4 +113,4 @@ agent = CodeAgent(
113
)
114
115
116
-
GradioUI(agent).launch(
share=True
)
113
)
114
115
116
+
GradioUI(agent).launch()