Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,4 +60,4 @@ with block:
|
|
| 60 |
submit.click(fn=process, inputs=[input_image, prompt, a_prompt, n_prompt, num_samples, image_resolution, ddim_steps, guess_mode, strength, scale, seed, eta, low_threshold, high_threshold], outputs=output_image)
|
| 61 |
|
| 62 |
demo = block
|
| 63 |
-
demo.launch(
|
|
|
|
| 60 |
submit.click(fn=process, inputs=[input_image, prompt, a_prompt, n_prompt, num_samples, image_resolution, ddim_steps, guess_mode, strength, scale, seed, eta, low_threshold, high_threshold], outputs=output_image)
|
| 61 |
|
| 62 |
demo = block
|
| 63 |
+
demo.launch()
|