chore: agent.push_to_hub
Browse files
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')
|