Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
mandalravi
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mandalravi
commited on
Feb 22
Commit
eeecb98
·
verified
·
1 Parent(s):
c0ef436
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ agent = CodeAgent(
62
)
63
64
65
-
GradioUI(agent).launch(debug=True, share=True
, **kwargs
)
62
)
63
64
65
+
GradioUI(agent).launch(debug=True, share=True)