Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,6 +145,6 @@ def respond(message, history):
|
|
| 145 |
return "Escribe algo para que pueda contestarte."
|
| 146 |
|
| 147 |
# Inicializamos demo sin el argumento state
|
| 148 |
-
demo = gr.ChatInterface(fn=respond, title="Agente
|
| 149 |
|
| 150 |
demo.launch(debug=True)
|
|
|
|
| 145 |
return "Escribe algo para que pueda contestarte."
|
| 146 |
|
| 147 |
# Inicializamos demo sin el argumento state
|
| 148 |
+
demo = gr.ChatInterface(fn=respond, title="Agente Auditor", multimodal=True)
|
| 149 |
|
| 150 |
demo.launch(debug=True)
|