Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent
agents-course
/
First_agent_template
like
685
Running
App
Files
Files
Community
676
Fetching metadata from the HF Docker repository...
poushali369
commited on
Apr 27
Commit
d654c5a
·
verified
·
1 Parent(s):
8c5c24b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -63,6 +63,7 @@ agent = CodeAgent(
63
name=None,
64
description=None,
65
prompt_templates=prompt_templates
66
)
67
68
63
name=None,
64
description=None,
65
prompt_templates=prompt_templates
66
+
verbosity_level=0
67
)
68
69