Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -136,5 +136,5 @@ with gr.Blocks(css=css) as demo:
|
|
136 |
inputs = [prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
|
137 |
outputs = [result, seed]
|
138 |
)
|
139 |
-
|
140 |
-
demo.launch()
|
|
|
136 |
inputs = [prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
|
137 |
outputs = [result, seed]
|
138 |
)
|
139 |
+
|
140 |
+
demo.launch()
|