Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ audio_input = gr.components.Audio(type="filepath")
|
|
12 |
iface = gr.Interface(
|
13 |
fn=convert_to_text,
|
14 |
inputs=audio_input,
|
15 |
-
outputs="text"
|
16 |
title="Free audio transcription",
|
17 |
description="Upload an audio here and get a bullet-point summary of its content.",
|
18 |
theme="Monochrome",
|
|
|
12 |
iface = gr.Interface(
|
13 |
fn=convert_to_text,
|
14 |
inputs=audio_input,
|
15 |
+
outputs="text",
|
16 |
title="Free audio transcription",
|
17 |
description="Upload an audio here and get a bullet-point summary of its content.",
|
18 |
theme="Monochrome",
|