Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
MallikarjunSonna
/
First_agent_template
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
MallikarjunSonna
commited on
Feb 23
Commit
07d41e2
·
verified
·
1 Parent(s):
ade1eb0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -106,4 +106,4 @@ agent = CodeAgent(
106
)
107
108
# Launch Gradio UI
109
-
GradioUI(agent).launch(
share=True
)
106
)
107
108
# Launch Gradio UI
109
+
GradioUI(agent).launch()