pierreguillou commited on
Commit
400fdcc
1 Parent(s): a05b433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ iface = gr.Interface(fn=audio_to_transcript,
61
  title="Audio to Transcript",
62
  description="Just paste any audio file and get its corresponding transcript with timeline.",
63
  )
64
- iface.launch(debug=True)
 
61
  title="Audio to Transcript",
62
  description="Just paste any audio file and get its corresponding transcript with timeline.",
63
  )
64
+ iface.launch()