Commit
·
400fdcc
1
Parent(s):
a05b433
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,4 +61,4 @@ iface = gr.Interface(fn=audio_to_transcript,
|
|
| 61 |
title="Audio to Transcript",
|
| 62 |
description="Just paste any audio file and get its corresponding transcript with timeline.",
|
| 63 |
)
|
| 64 |
-
iface.launch(
|
|
|
|
| 61 |
title="Audio to Transcript",
|
| 62 |
description="Just paste any audio file and get its corresponding transcript with timeline.",
|
| 63 |
)
|
| 64 |
+
iface.launch()
|