Spaces:
Runtime error
Runtime error
title
Browse files
app.py
CHANGED
@@ -13,5 +13,6 @@ gr.Interface(
|
|
13 |
fn=transcribe,
|
14 |
inputs=[gr.Audio(source="microphone", type="filepath")],
|
15 |
outputs=["textbox"],
|
|
|
16 |
description = descripcion
|
17 |
).launch()
|
|
|
13 |
fn=transcribe,
|
14 |
inputs=[gr.Audio(source="microphone", type="filepath")],
|
15 |
outputs=["textbox"],
|
16 |
+
title = titulo,
|
17 |
description = descripcion
|
18 |
).launch()
|