conalep-agente commited on
Commit
c9f221e
·
verified ·
1 Parent(s): 4881700

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -1134,6 +1134,13 @@ with gr.Blocks(theme=tema_visual, css=css, title="Sistema de Orientación para e
1134
  placeholder="Escribe aquí cómo te sientes o qué necesitas..."
1135
  )
1136
 
 
 
 
 
 
 
 
1137
  with gr.Row():
1138
  enviar = gr.Button("Enviar", variant="primary")
1139
  limpiar = gr.Button("Limpiar")
 
1134
  placeholder="Escribe aquí cómo te sientes o qué necesitas..."
1135
  )
1136
 
1137
+ audio = gr.Audio(
1138
+ sources=["microphone"],
1139
+ type="filepath",
1140
+ label="🎤 Habla con SOFIA"
1141
+ )
1142
+
1143
+
1144
  with gr.Row():
1145
  enviar = gr.Button("Enviar", variant="primary")
1146
  limpiar = gr.Button("Limpiar")