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