Spaces:
Paused
Paused
Update app.py
Browse files
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)
|