TenzinGayche commited on
Commit
c2b95a6
1 Parent(s): 422fe7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ iface = gr.Interface(
32
  description="Realtime demo for Tibetan speech recognition using a fine-tuned Whisper medium model.",
33
  )
34
 
35
- iface.launch(share=True,debug=True)
 
32
  description="Realtime demo for Tibetan speech recognition using a fine-tuned Whisper medium model.",
33
  )
34
 
35
+ iface.launch()