oyemade commited on
Commit
151661a
1 Parent(s): 04968e7

fix: gradio fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,4 +90,4 @@ file_transcribe = gr.Interface(
90
  with demo:
91
  gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
92
 
93
- demo.launch()
 
90
  with demo:
91
  gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
92
 
93
+ demo.launch(debug=False)