sukantan commited on
Commit
8d973c4
1 Parent(s): e1f3556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ iface = gr.Interface(
18
  description="Realtime demo for Odia speech recognition using a fine-tuned wav2vec2-large-xls-r-300m model.",
19
  )
20
 
21
- iface.launch(share=True)
 
18
  description="Realtime demo for Odia speech recognition using a fine-tuned wav2vec2-large-xls-r-300m model.",
19
  )
20
 
21
+ iface.launch()