gdnartea commited on
Commit
8ad3677
1 Parent(s): b3e4073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,5 +117,5 @@ def transcribe(audio_filepath):
117
 
118
  iface = gr.Interface(fn=transcribe, inputs=gr.Audio(sources="microphone"), outputs="text")
119
 
120
- demo.queue()
121
  iface.launch()
 
117
 
118
  iface = gr.Interface(fn=transcribe, inputs=gr.Audio(sources="microphone"), outputs="text")
119
 
120
+ iface.queue()
121
  iface.launch()