amosyou commited on
Commit
2bde8bd
·
1 Parent(s): c778fd2

fix: verbose output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,4 +154,4 @@ with gr.Blocks() as demo:
154
  )
155
 
156
  if __name__ == '__main__':
157
- demo.launch(share=True)
 
154
  )
155
 
156
  if __name__ == '__main__':
157
+ demo.launch(share=True, show_error=True)