Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
mandalravi
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mandalravi
commited on
Feb 22
Commit
6fca7ac
·
verified
·
1 Parent(s):
eeecb98
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -61,5 +61,4 @@ agent = CodeAgent(
61
prompt_templates=prompt_templates
62
)
63
64
-
65
-
GradioUI(agent).launch(debug=True, share=True)
61
prompt_templates=prompt_templates
62
)
63
64
+
GradioUI(agent).launch()