multimodalart HF staff commited on
Commit
f4a8adf
1 Parent(s): 2a7dbe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True, debug=True)
 
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()