S-4-G-4-R commited on
Commit
381dd36
·
verified ·
1 Parent(s): 8ff4e3b

Update nova_app.py

Browse files
Files changed (1) hide show
  1. nova_app.py +1 -2
nova_app.py CHANGED
@@ -369,9 +369,8 @@ with gr.Blocks(title="NOVA · Research Assistant", analytics_enabled=False) as d
369
  yield (*_stages("boot"),
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
- warm_chatbot_models_async()
373
  return
374
-
375
  yield (*_stages("welcome"), "")
376
 
377
  demo.load(do_boot, outputs=[*STAGE_COLS, boot_panel])
 
369
  yield (*_stages("boot"),
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])