valhalla commited on
Commit
9f680b5
1 Parent(s): 6759e22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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=20,
81
- height=600,
 
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")