Gokul14 commited on
Commit
f22bbfd
1 Parent(s): f0a2491

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,4 +222,4 @@ with gr.Blocks(title="PuLID", css=".gr-box {border-color: #8136e2}") as demo:
222
  submit.click(fn=run, inputs=inps, outputs=[output, intermediate_output])
223
 
224
 
225
- demo.launch()
 
222
  submit.click(fn=run, inputs=inps, outputs=[output, intermediate_output])
223
 
224
 
225
+ demo.launch(show_error=True)