Antonio49 commited on
Commit
ccedfec
1 Parent(s): a2a4c59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ iface = gr.ChatInterface(
121
  undo_btn="Deshacer",
122
  clear_btn="Borrar",
123
  submit_btn="Enviar",
124
- interface_height=550,
125
  )
126
 
127
  # Iniciar un hilo de conversación inicial
 
121
  undo_btn="Deshacer",
122
  clear_btn="Borrar",
123
  submit_btn="Enviar",
124
+ concurrency_limit=20,
125
  )
126
 
127
  # Iniciar un hilo de conversación inicial