fountai commited on
Commit
35d3f47
·
1 Parent(s): 5e5852c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,4 +220,4 @@ with gr.Blocks(css=custom_css) as demo:
220
  submit_btn.click(process_image, inputs=[input_image, prompt, steps, use_lora, controlnet, use_depth, use_hed, use_ip, lora_name, lora_path, lora_weight, negative_image, neg_prompt, true_gs, guidance, cfg], outputs=output)
221
 
222
  if __name__ == '__main__':
223
- demo.launch(share=True, debug=True)
 
220
  submit_btn.click(process_image, inputs=[input_image, prompt, steps, use_lora, controlnet, use_depth, use_hed, use_ip, lora_name, lora_path, lora_weight, negative_image, neg_prompt, true_gs, guidance, cfg], outputs=output)
221
 
222
  if __name__ == '__main__':
223
+ demo.launch(share=True, debug=True)