Collapseruin commited on
Commit
cb6fe7e
1 Parent(s): 7c2b7bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()