Ludvig Doeser commited on
Commit
51342c1
1 Parent(s): 14e9373

add shareable link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ iface = gr.Interface(
16
  description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
17
  )
18
 
19
- iface.launch()
 
16
  description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model.",
17
  )
18
 
19
+ iface.launch(share=True)