Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def transcribe(audio_path):
|
|
34 |
|
35 |
# Crear interfaz
|
36 |
interface = gr.Interface(
|
37 |
-
fn=
|
38 |
inputs=inputs,
|
39 |
outputs=outputs,
|
40 |
title="ASR Demo"
|
|
|
34 |
|
35 |
# Crear interfaz
|
36 |
interface = gr.Interface(
|
37 |
+
fn=transcribe,
|
38 |
inputs=inputs,
|
39 |
outputs=outputs,
|
40 |
title="ASR Demo"
|