S-4-G-4-R commited on
Commit
3c0c130
·
verified ·
1 Parent(s): a5e2450

Update nova_app.py

Browse files
Files changed (1) hide show
  1. nova_app.py +1 -1
nova_app.py CHANGED
@@ -370,7 +370,7 @@ with gr.Blocks(title="NOVA · Research Assistant", analytics_enabled=False) as d
370
  f'<div class="nova-error">SONIC couldn\'t wake up: {type(e).__name__}: {e}<br>'
371
  f'Check that GROQ_API_KEY / SECOND_GROQ_API_KEY / TAVILY_API_KEY are set.</div>')
372
  return
373
- warm_chatbot_models_async()
374
  yield (*_stages("welcome"), "")
375
 
376
  demo.load(do_boot, outputs=[*STAGE_COLS, boot_panel])
 
370
  f'<div class="nova-error">SONIC couldn\'t wake up: {type(e).__name__}: {e}<br>'
371
  f'Check that GROQ_API_KEY / SECOND_GROQ_API_KEY / TAVILY_API_KEY are set.</div>')
372
  return
373
+
374
  yield (*_stages("welcome"), "")
375
 
376
  demo.load(do_boot, outputs=[*STAGE_COLS, boot_panel])