Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
Bobricha
/
First_agent_template
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Bobricha
commited on
Feb 19
Commit
0d190e7
·
verified
·
1 Parent(s):
9c9961d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -119,4 +119,4 @@ iface = gr.Interface(
119
)
120
121
122
-
GradioUI(agent).launch(
share=True
)
119
)
120
121
122
+
GradioUI(agent).launch()