Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ iface = gr.Interface(
|
|
| 45 |
fn=transcribe,
|
| 46 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
| 47 |
outputs="text",
|
| 48 |
-
title="Whisper Small
|
| 49 |
)
|
| 50 |
|
| 51 |
iface.launch()
|
|
|
|
| 45 |
fn=transcribe,
|
| 46 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
| 47 |
outputs="text",
|
| 48 |
+
title="Whisper Small ESC50 Test",
|
| 49 |
)
|
| 50 |
|
| 51 |
iface.launch()
|