Adbhut commited on
Commit
752e2da
·
1 Parent(s): 783b7ae

Update app.py

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