Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
dlaima
/
First_agent_template
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dlaima
commited on
May 9
Commit
142862d
·
verified
·
1 Parent(s):
a70551d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -67,4 +67,4 @@ agent = CodeAgent(
67
)
68
69
70
-
GradioUI(agent).launch(
share=True
)
67
)
68
69
70
+
GradioUI(agent).launch()