Spaces:
Runtime error
Runtime error
Commit ·
9fd5767
1
Parent(s): 6ec7b4e
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,5 +132,5 @@ bot = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="fil
|
|
| 132 |
description=description,
|
| 133 |
article="Tip: Improve your impromptu speaking skills by joining a Toastmasters club")
|
| 134 |
|
| 135 |
-
bot.launch(
|
| 136 |
|
|
|
|
| 132 |
description=description,
|
| 133 |
article="Tip: Improve your impromptu speaking skills by joining a Toastmasters club")
|
| 134 |
|
| 135 |
+
bot.launch()
|
| 136 |
|