Adbhut commited on
Commit
4508c3f
·
1 Parent(s): 64dae7b

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(debug=True)
 
67
  with demo:
68
  gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
69
 
70
+ demo.launch()