Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
Srinivas-hfc
/
First_agent_template
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Srinivas-hfc
commited on
May 16
Commit
1e456d2
·
verified
·
1 Parent(s):
240800a
undo public
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,4 @@ agent = CodeAgent(
70
)
71
72
73
-
GradioUI(agent).launch(
share = True
)
70
)
71
72
73
+
GradioUI(agent).launch()