EwoutLagendijk commited on
Commit
8a4eeb2
1 Parent(s): 3899a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,4 +86,4 @@ file_transcribe = gr.Interface(
86
  with demo:
87
  gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
88
 
89
- demo.launch(share=True)
 
86
  with demo:
87
  gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
88
 
89
+ demo.launch(share=True, debug=True)