Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
sreenivas-rao
/
First_agent_template
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sreenivas-rao
commited on
3 days ago
Commit
d2d7e48
·
verified
·
1 Parent(s):
a6c4020
making it public
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -81,4 +81,4 @@ agent = CodeAgent(
81
)
82
83
84
-
GradioUI(agent).launch()
81
)
82
83
84
+
GradioUI(agent).launch(
share=True
)