Spaces:
Runtime error
Runtime error
Commit
·
2f94e87
1
Parent(s):
3e88ee7
Update app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ with gr.Blocks() as demo:
|
|
41 |
|
42 |
run.click(inference, inputs=[prompt, negative_prompt, num_samples, height, width, num_inference_steps, guidance_scale], outputs=gallery)
|
43 |
|
44 |
-
demo.launch(debug=True)
|
|
|
41 |
|
42 |
run.click(inference, inputs=[prompt, negative_prompt, num_samples, height, width, num_inference_steps, guidance_scale], outputs=gallery)
|
43 |
|
44 |
+
demo.launch(debug=True)
|