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
15 days ago
Commit
d94cd24
·
verified
·
1 Parent(s):
57cb77a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -79,7 +79,7 @@ agent = CodeAgent(
79
)
80
81
# Launch the Gradio UI with the agent
82
-
GradioUI(agent).launch()
83
84
85
79
)
80
81
# Launch the Gradio UI with the agent
82
+
GradioUI(agent).launch(
share=False, ssr=False
)
83
84
85