Update app.py
Browse files
app.py
CHANGED
@@ -381,5 +381,5 @@ with gr.Blocks(css=css) as app:
|
|
381 |
inputs=[left_prompt, center_prompt, right_prompt, negative_prompt, left_gs, center_gs, right_gs, overlap, steps, generation_seed, scheduler, tile_height, tile_width, new_target_height, new_target_width],
|
382 |
outputs=result,
|
383 |
)
|
384 |
-
|
385 |
app.launch(share=False)
|
|
|
381 |
inputs=[left_prompt, center_prompt, right_prompt, negative_prompt, left_gs, center_gs, right_gs, overlap, steps, generation_seed, scheduler, tile_height, tile_width, new_target_height, new_target_width],
|
382 |
outputs=result,
|
383 |
)
|
384 |
+
|
385 |
app.launch(share=False)
|