laverdes commited on
Commit
4236cc3
·
verified ·
1 Parent(s): f33cabc

chore: agent.push_to_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -126,4 +126,6 @@ agent = CodeAgent(
126
  prompt_templates=prompt_templates
127
  )
128
 
129
- GradioUI(agent).launch()
 
 
 
126
  prompt_templates=prompt_templates
127
  )
128
 
129
+ GradioUI(agent).launch()
130
+
131
+ agent.push_to_hub('laverdes/Alfredo')