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
5 days ago
Commit
d0c7369
·
verified
·
1 Parent(s):
76702c2
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(share=
False
)
72
)
73
74
# Launch the Gradio UI with the agent
75
+
GradioUI(agent).launch(share=
True
)