Spaces:
Sleeping
Sleeping
Commit
·
0c7e57a
1
Parent(s):
94f956f
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(
|
|
|
41 |
|
42 |
run.click(inference, inputs=[prompt, negative_prompt, num_samples, height, width, num_inference_steps, guidance_scale], outputs=gallery)
|
43 |
|
44 |
+
demo.launch()
|