freeja commited on
Commit
d72ad49
1 Parent(s): 713c097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,5 +42,6 @@ face = gr.Interface(
42
  outputs="text",
43
  title="Whisper Small Swedish",
44
  description="Realtime demo for Swedish speech recognition with translation using a fine-tuned Whisper small model"
 
45
 
46
- )
 
42
  outputs="text",
43
  title="Whisper Small Swedish",
44
  description="Realtime demo for Swedish speech recognition with translation using a fine-tuned Whisper small model"
45
+ )
46
 
47
+ iface.launch()