Zaid commited on
Commit
84276b6
1 Parent(s): 5902981

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ iface = gr.Interface(
12
  inputs=gr.Audio(source="microphone", type="filepath"),
13
  outputs="text",
14
  title="Whisper Tiny Arabic",
15
- description="Realtime demo for Arabic speech recognition using a fine-tuned Whisper small model.",
16
 
17
  )
18
 
19
- iface.launch(share=True,)
12
  inputs=gr.Audio(source="microphone", type="filepath"),
13
  outputs="text",
14
  title="Whisper Tiny Arabic",
15
+ description="Realtime demo for Arabic speech recognition using a fine-tuned Whisper tiny model.",
16
 
17
  )
18
 
19
+ iface.launch()