Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
sanchous66
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sanchous66
commited on
20 days ago
Commit
a7f40d4
·
verified
·
1 Parent(s):
d1e98cc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,4 +69,4 @@ agent = CodeAgent(
69
)
70
71
72
-
GradioUI(agent).launch(
ssr=False
)
69
)
70
71
72
+
GradioUI(agent).launch()