liangsu9988 commited on
Commit
7fca39d
·
1 Parent(s): 1b2a439

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ with gr.Blocks() as demo:
28
 
29
  run.click(inference, inputs=[prompt, negative_prompt, num_samples, height, width, num_inference_steps, guidance_scale], outputs=gallery)
30
 
31
- demo.launch(share=True)
 
28
 
29
  run.click(inference, inputs=[prompt, negative_prompt, num_samples, height, width, num_inference_steps, guidance_scale], outputs=gallery)
30
 
31
+ demo.launch(debug=True)