siddqamar commited on
Commit
4416fe9
·
verified ·
1 Parent(s): 9b6ba3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ iface = gr.Interface(
28
  description="Upload an audio file (WAV, MP3, etc.) up to 25MB to get its transcription. The transcript will be displayed and available for download. Please use responsibly."
29
  )
30
 
31
- iface.launch(share=True)
 
28
  description="Upload an audio file (WAV, MP3, etc.) up to 25MB to get its transcription. The transcript will be displayed and available for download. Please use responsibly."
29
  )
30
 
31
+ iface.launch()