Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
hemanth2024
/
Roster-agent
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hemanth Yerra
commited on
Mar 25, 2025
Commit
d10cf6b
·
1 Parent(s):
1d96da5
added comment
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -69,4 +69,5 @@ agent = CodeAgent(
69
prompt_templates=prompt_templates
70
)
71
72
GradioUI(agent).launch()
69
prompt_templates=prompt_templates
70
)
71
72
+
#removed Kwargs
73
GradioUI(agent).launch()