Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
danielkorat
/
agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
danielkorat
commited on
Mar 2
Commit
f661794
·
verified
·
1 Parent(s):
05feac1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ agent = CodeAgent(
60
)
61
62
63
-
GradioUI(agent).launch(
share=True
)
60
)
61
62
63
+
GradioUI(agent).launch()