Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ Este `space` contiene los siguientes modelos:
|
|
33 |
with gr.Tabs():
|
34 |
with gr.TabItem("Transcribe audio en español"):
|
35 |
with gr.Row():
|
36 |
-
audio = gr.Audio(
|
37 |
transcripcion = gr.Textbox()
|
38 |
b1 = gr.Button("Voz a Texto")
|
39 |
|
|
|
33 |
with gr.Tabs():
|
34 |
with gr.TabItem("Transcribe audio en español"):
|
35 |
with gr.Row():
|
36 |
+
audio = gr.Audio(sources=["microphone"], type="filepath")
|
37 |
transcripcion = gr.Textbox()
|
38 |
b1 = gr.Button("Voz a Texto")
|
39 |
|