Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ iface = gr.Interface(
|
|
11 |
fn=transcribe,
|
12 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
13 |
outputs="text",
|
14 |
-
title="Core23lab",
|
15 |
description="Record, then click 'Submit' for transcription.",
|
16 |
)
|
17 |
|
|
|
11 |
fn=transcribe,
|
12 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
13 |
outputs="text",
|
|
|
14 |
description="Record, then click 'Submit' for transcription.",
|
15 |
)
|
16 |
|