Spaces:
Sleeping
Sleeping
Commit
·
d451306
1
Parent(s):
0bfb829
Update app.py
Browse files
app.py
CHANGED
@@ -16,5 +16,5 @@ iface = gr.Interface(
|
|
16 |
description="Realtime demo for Chinese speech recognition using a fine-tuned Whisper small model.",
|
17 |
)
|
18 |
|
19 |
-
iface.launch(
|
20 |
|
|
|
16 |
description="Realtime demo for Chinese speech recognition using a fine-tuned Whisper small model.",
|
17 |
)
|
18 |
|
19 |
+
iface.launch()
|
20 |
|