shruti9S commited on
Commit
2d25d96
·
verified ·
1 Parent(s): b93f327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,4 +66,4 @@ with gr.Blocks(theme="xiaobaiyuan/theme_brief") as app:
66
 
67
  convert_word_to_pdf.click(word_to_pdf, inputs=[word_input], outputs=[pdf_output])
68
 
69
- app.launch()
 
66
 
67
  convert_word_to_pdf.click(word_to_pdf, inputs=[word_input], outputs=[pdf_output])
68
 
69
+ app.launch(show_error=True)