preetam8 commited on
Commit
49c1298
·
1 Parent(s): ff3f816

Set logging level

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