Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def get_output(segments):
|
|
96 |
return output
|
97 |
|
98 |
gr.Interface(
|
99 |
-
title = 'Whisper Audio to Text
|
100 |
fn=transcribe,
|
101 |
inputs=[
|
102 |
gr.inputs.Audio(source="upload", type="filepath"),
|
|
|
96 |
return output
|
97 |
|
98 |
gr.Interface(
|
99 |
+
title = 'Prueba Whisper Audio to Text ',
|
100 |
fn=transcribe,
|
101 |
inputs=[
|
102 |
gr.inputs.Audio(source="upload", type="filepath"),
|