Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
himmat12
/
First_agent_template
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
himmat12
commited on
21 days ago
Commit
0991b38
·
verified
·
1 Parent(s):
f37559b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -97,4 +97,4 @@ agent = CodeAgent(
97
)
98
99
100
-
GradioUI(agent).launch(
share=True
)
97
)
98
99
100
+
GradioUI(agent).launch()