Collapseruin commited on
Commit
d451306
·
1 Parent(s): 0bfb829

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
20
 
 
16
  description="Realtime demo for Chinese speech recognition using a fine-tuned Whisper small model.",
17
  )
18
 
19
+ iface.launch()
20