Update nova_app.py
Browse files- 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])
|