Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def transcribir(audio_file):
|
|
33 |
|
34 |
with gr.Interface(
|
35 |
fn=transcribir,
|
36 |
-
inputs=gr.Audio(type="
|
37 |
outputs="text",
|
38 |
title="Transcriptor de Audio"
|
39 |
) as interfaz:
|
|
|
33 |
|
34 |
with gr.Interface(
|
35 |
fn=transcribir,
|
36 |
+
inputs=gr.Audio(type="filepath", label="Sube tu archivo de audio"),
|
37 |
outputs="text",
|
38 |
title="Transcriptor de Audio"
|
39 |
) as interfaz:
|