Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
ArslanFOX
/
First_agent_template
like
0
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
ArslanFOX
commited on
14 days ago
Commit
a205742
·
verified
·
1 Parent(s):
74730de
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ agent = CodeAgent(
72
)
73
74
# Launch the Gradio UI with the agent
75
-
GradioUI(agent).launch()
72
)
73
74
# Launch the Gradio UI with the agent
75
+
GradioUI(agent).launch(
share=false
)