Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
SilviuMatei
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
SilviuMatei
commited on
about 1 month ago
Commit
bbfa55b
·
verified
·
1 Parent(s):
d868988
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,5 +44,5 @@ agent = CodeAgent(
44
45
# Launch the agent
46
from Gradio_UI import GradioUI
47
-
GradioUI(agent).launch(
share=True
)
48
44
45
# Launch the agent
46
from Gradio_UI import GradioUI
47
+
GradioUI(agent).launch()
48