Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -423,9 +423,7 @@ with gr.Blocks() as demo:
|
|
| 423 |
|
| 424 |
if __name__ == "__main__":
|
| 425 |
|
| 426 |
-
|
| 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.
|