Spaces:
Runtime error
Runtime error
Commit
·
f4a8adf
1
Parent(s):
2a7dbe3
Update app.py
Browse files
app.py
CHANGED
@@ -110,4 +110,4 @@ with gr.Blocks(css=css) as demo:
|
|
110 |
aspect.change(update_css, inputs=aspect, outputs=css_height)
|
111 |
button_run.click(process_sketch, inputs=[image, binary_matrixes], outputs=[post_sketch, binary_matrixes, *color_row, *colors])
|
112 |
final_run_btn.click(process_generation, inputs=[binary_matrixes, general_prompt, *prompts], outputs=gallery)
|
113 |
-
demo.launch(
|
|
|
110 |
aspect.change(update_css, inputs=aspect, outputs=css_height)
|
111 |
button_run.click(process_sketch, inputs=[image, binary_matrixes], outputs=[post_sketch, binary_matrixes, *color_row, *colors])
|
112 |
final_run_btn.click(process_generation, inputs=[binary_matrixes, general_prompt, *prompts], outputs=gallery)
|
113 |
+
demo.launch()
|