Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#6
by
Gokul14
- opened
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)
|