jsbeaudry commited on
Commit
de09ea8
·
verified ·
1 Parent(s): b3f61cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -423,9 +423,7 @@ with gr.Blocks() as demo:
423
 
424
  if __name__ == "__main__":
425
 
426
- ai_conversation = AsyncAIConversation()
427
- # Initialize all models
428
- await ai_conversation.initialize_models()
429
 
430
  # Gradio launch itself runs an event loop.
431
  # Ensure ai_conversation is initialized in the notebook before this cell is run.
 
423
 
424
  if __name__ == "__main__":
425
 
426
+ demo_conversation()
 
 
427
 
428
  # Gradio launch itself runs an event loop.
429
  # Ensure ai_conversation is initialized in the notebook before this cell is run.