JBJoyce commited on
Commit
2b68ede
1 Parent(s): e943787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,4 +72,4 @@ file_translate = gr.Interface(
72
  with demo:
73
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
74
 
75
- demo.launch()
 
72
  with demo:
73
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
74
 
75
+ demo.launch(debug=True)