freddyaboulton HF staff commited on
Commit
a6d6f98
1 Parent(s): 80bfba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -68,7 +68,5 @@ with gr.Blocks() as demo:
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()
 
68
  """)
69
  with gr.Row(visible=False):
70
  interface.render()
 
 
71
 
72
  demo.queue(concurrency_count=100).launch()