Slava917 commited on
Commit
106f716
·
1 Parent(s): b150df1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ def predict(path):
31
 
32
  gr.Interface(fn=predict,
33
  inputs=[gr.inputs.Audio(source='microphone', type='filepath', optional=True)],
34
- outputs= 'text').launch(debug=Tru
 
31
 
32
  gr.Interface(fn=predict,
33
  inputs=[gr.inputs.Audio(source='microphone', type='filepath', optional=True)],
34
+ outputs= 'text').launch(debug=True)