Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -365,5 +365,5 @@ if __name__ == "__main__":
|
|
365 |
initiate()
|
366 |
|
367 |
# Gradio launch itself runs an event loop.
|
368 |
-
# Ensure ai_conversation is initialized in the notebook before this cell is run.
|
369 |
demo.launch(debug=False, share=True)
|
|
|
365 |
initiate()
|
366 |
|
367 |
# Gradio launch itself runs an event loop.
|
368 |
+
# Ensure ai_conversation is initialized in the notebook before this cell is run. s
|
369 |
demo.launch(debug=False, share=True)
|