kfahn commited on
Commit
56e6ee5
1 Parent(s): c20e1f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -117,7 +117,9 @@ image = gr.Image(
117
  source="upload",
118
  tool="color-sketch",
119
  interactive="true",
120
- brush_radius=4,
 
 
121
  height=440,
122
  )
123
 
 
117
  source="upload",
118
  tool="color-sketch",
119
  interactive="true",
120
+ brush_radius=1,
121
+ image_mode="L",
122
+ shape=(1024, 1024),
123
  height=440,
124
  )
125