Spaces:
Runtime error
Runtime error
Commit
·
7fca39d
1
Parent(s):
1b2a439
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ with gr.Blocks() as demo:
|
|
28 |
|
29 |
run.click(inference, inputs=[prompt, negative_prompt, num_samples, height, width, num_inference_steps, guidance_scale], outputs=gallery)
|
30 |
|
31 |
-
demo.launch(
|
|
|
28 |
|
29 |
run.click(inference, inputs=[prompt, negative_prompt, num_samples, height, width, num_inference_steps, guidance_scale], outputs=gallery)
|
30 |
|
31 |
+
demo.launch(debug=True)
|