Americo commited on
Commit
32fea89
verified
1 Parent(s): 8d82e61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ def wrapped_respond(message, history, state=None):
213
  elif message['text'] != '' and len(message['files']) == 0:
214
  return call_agent_text(message['text'])
215
  else:
216
- return "Escribe algo para que pueda contestarte.", state
217
 
218
  # Inicializamos demo sin el argumento state
219
  demo = gr.ChatInterface(fn=wrapped_respond, title="Agente Revisor", multimodal=True)
 
213
  elif message['text'] != '' and len(message['files']) == 0:
214
  return call_agent_text(message['text'])
215
  else:
216
+ return "Escribe algo para que pueda contestarte."
217
 
218
  # Inicializamos demo sin el argumento state
219
  demo = gr.ChatInterface(fn=wrapped_respond, title="Agente Revisor", multimodal=True)