harshp3030 commited on
Commit
158b294
·
1 Parent(s): ba9408b

share setting change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def txt2img(prompt):
7
  # image.save("sd_image.png")
8
  return image
9
 
10
- gr.Interface(txt2img, gr.Text(), gr.Image(), title = 'Stable Diffusion 2.0 Colab with Gradio UI').launch(share = True, debug = True)
 
7
  # image.save("sd_image.png")
8
  return image
9
 
10
+ gr.Interface(txt2img, gr.Text(), gr.Image(), title = 'Stable Diffusion 2.0 Colab with Gradio UI').launch(share = False, debug = True)