Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ iface = gr.Interface(
|
|
| 18 |
fn=transcribe_audio,
|
| 19 |
inputs=["microphone"],
|
| 20 |
outputs=gr.Textbox(),
|
| 21 |
-
title="Team UNDERGOD SIF Hackathon Audio to Text Demo (
|
| 22 |
description="This Demo Shows our state of the art solution for Psuedo real-time audio transcription (Only English Accepted)"
|
| 23 |
)
|
| 24 |
|
|
|
|
| 18 |
fn=transcribe_audio,
|
| 19 |
inputs=["microphone"],
|
| 20 |
outputs=gr.Textbox(),
|
| 21 |
+
title="Team UNDERGOD SIF Hackathon Audio to Text Demo (Press Submit Again if it shows Error!)",
|
| 22 |
description="This Demo Shows our state of the art solution for Psuedo real-time audio transcription (Only English Accepted)"
|
| 23 |
)
|
| 24 |
|