Spaces:
Runtime error
Runtime error
Commit
·
158b294
1
Parent(s):
ba9408b
share setting change
Browse files
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 =
|
|
|
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)
|