Americo commited on
Commit
4811f81
verified
1 Parent(s): cd90039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -67,4 +67,5 @@ def interact_with_chatbot(text, conversation):
67
  return response, conversation # Aseg煤rate de devolver el estado de la conversaci贸n
68
 
69
  # Lanzar la interfaz Gradio con ChatInterface
70
- gr.ChatInterface(fn=interact_with_chatbot, inputs=["text", "state"], outputs=["text", "state"], title="Renovaci贸n de Recetas Chatbot").launch(debug=True)
 
 
67
  return response, conversation # Aseg煤rate de devolver el estado de la conversaci贸n
68
 
69
  # Lanzar la interfaz Gradio con ChatInterface
70
+
71
+ gr.ChatInterface(fn=interact_with_chatbot, title="Renovaci贸n de Recetas Chatbot").launch(debug=True)