Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,5 +93,5 @@ agent = CodeAgent(
|
|
93 |
prompt_templates=prompt_templates
|
94 |
)
|
95 |
|
96 |
-
agent.push_to_hub(
|
97 |
GradioUI(agent).launch()
|
|
|
93 |
prompt_templates=prompt_templates
|
94 |
)
|
95 |
|
96 |
+
agent.push_to_hub("ryanrwatkins/latest_from_arxiv")
|
97 |
GradioUI(agent).launch()
|