ryanrwatkins commited on
Commit
92091da
·
verified ·
1 Parent(s): c83dd99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,7 +29,7 @@ trace_provider.add_span_processor(SimpleSpanProcessor(OTLPSpanExporter()))
29
  SmolagentsInstrumentor().instrument(tracer_provider=trace_provider)
30
 
31
 
32
- agent.push_to_hub('ryanrwatkins/latest_from_arxiv')
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()