Kseniia-Kholina commited on
Commit
406e1bc
·
verified ·
1 Parent(s): 25d7145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -143,5 +143,4 @@ demo = gr.Interface(
143
  ],
144
  )
145
  if __name__ == "__main__":
146
- with suppress_output():
147
- demo.launch(show_error=False, debug=False)
 
143
  ],
144
  )
145
  if __name__ == "__main__":
146
+ demo.launch()