Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,9 +76,10 @@ with gr.Blocks() as demo:
|
|
76 |
type="pil",
|
77 |
image_mode="1",
|
78 |
invert_colors=True,
|
79 |
-
shape=(1024, 1024),
|
80 |
-
brush_radius=
|
81 |
-
height=
|
|
|
82 |
)
|
83 |
prompt = gr.Textbox(label="Prompt")
|
84 |
run_button = gr.Button("Run")
|
|
|
76 |
type="pil",
|
77 |
image_mode="1",
|
78 |
invert_colors=True,
|
79 |
+
# shape=(1024, 1024),
|
80 |
+
brush_radius=15,
|
81 |
+
height=1024,
|
82 |
+
width=1024,
|
83 |
)
|
84 |
prompt = gr.Textbox(label="Prompt")
|
85 |
run_button = gr.Button("Run")
|