venkat-srinivasan-nexusflow commited on
Commit
ada8603
Β·
verified Β·
1 Parent(s): 7ac9bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ class RavenDemo(gr.Blocks):
248
  )
249
  should_chat = gr.Checkbox(label="Enable Chat Summary", info="If set, summarizes the returned results.", value=True)
250
  raven_function_call = gr.Code(
251
- label="πŸ¦β€β¬› NexusRaven V2 13B zero-shot generated function call",
252
  language="python",
253
  interactive=False,
254
  lines=10,
 
248
  )
249
  should_chat = gr.Checkbox(label="Enable Chat Summary", info="If set, summarizes the returned results.", value=True)
250
  raven_function_call = gr.Code(
251
+ label="πŸ¦β€β¬› NexusRaven generated function call",
252
  language="python",
253
  interactive=False,
254
  lines=10,