nvbAI commited on
Commit
2cd5821
1 Parent(s): 78bed19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ iface = gr.Interface(
17
  description="Hindi speech recognition using a fine-tuned Whisper small model on CVoice 13",
18
  )
19
 
20
- iface.launch(share=True)
 
17
  description="Hindi speech recognition using a fine-tuned Whisper small model on CVoice 13",
18
  )
19
 
20
+ iface.launch()