Spaces:
Sleeping
Sleeping
Collapseruin
commited on
Commit
·
cb6fe7e
1
Parent(s):
7c2b7bd
Update app.py
Browse files
app.py
CHANGED
@@ -13,3 +13,4 @@ iface = gr.Interface(
|
|
13 |
title="Whisper Small Chinese",
|
14 |
description="Realtime demo for Chinese speech recognition using a fine-tuned Whisper small model.",
|
15 |
)
|
|
|
|
13 |
title="Whisper Small Chinese",
|
14 |
description="Realtime demo for Chinese speech recognition using a fine-tuned Whisper small model.",
|
15 |
)
|
16 |
+
iface.launch()
|