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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.