themissingCRAM commited on
Commit
5618e69
·
1 Parent(s): 592b501

syntax bug fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,6 +98,6 @@ if __name__ == "__main__":
98
  token=os.getenv("my_first_agents_hf_tokens"),
99
  ),
100
  max_steps=1,
101
- verbosity_leve=1,
102
  )
103
  GradioUI(agent).launch()
 
98
  token=os.getenv("my_first_agents_hf_tokens"),
99
  ),
100
  max_steps=1,
101
+ verbosity_level=1,
102
  )
103
  GradioUI(agent).launch()