Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ trace_provider.add_span_processor(SimpleSpanProcessor(OTLPSpanExporter()))
|
|
29 |
SmolagentsInstrumentor().instrument(tracer_provider=trace_provider)
|
30 |
|
31 |
|
32 |
-
|
33 |
|
34 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
35 |
@tool
|
@@ -93,5 +93,5 @@ agent = CodeAgent(
|
|
93 |
prompt_templates=prompt_templates
|
94 |
)
|
95 |
|
96 |
-
|
97 |
GradioUI(agent).launch()
|
|
|
29 |
SmolagentsInstrumentor().instrument(tracer_provider=trace_provider)
|
30 |
|
31 |
|
32 |
+
|
33 |
|
34 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
35 |
@tool
|
|
|
93 |
prompt_templates=prompt_templates
|
94 |
)
|
95 |
|
96 |
+
agent.push_to_hub('ryanrwatkins/latest_from_arxiv')
|
97 |
GradioUI(agent).launch()
|