freddyaboulton HF Staff commited on
Commit
80bfba9
·
1 Parent(s): 5888ea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -68,5 +68,7 @@ with gr.Blocks() as demo:
68
  """)
69
  with gr.Row(visible=False):
70
  interface.render()
 
 
71
 
72
  demo.queue(concurrency_count=100).launch()
 
68
  """)
69
  with gr.Row(visible=False):
70
  interface.render()
71
+
72
+ demo.config["mode"] = "chat_interface"
73
 
74
  demo.queue(concurrency_count=100).launch()