kfahn commited on
Commit
59b5493
1 Parent(s): 9b2ec7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -115,12 +115,12 @@ title="Image to Coloring Page Generator"
115
 
116
  image = gr.Image(
117
  source="upload",
118
- tool="editor",
119
  interactive="true",
120
  brush_radius=1,
121
- image_mode="L",
122
  show_download_button="true",
123
- brush_color="#fff"
124
  )
125
 
126
  iface = gr.Interface(predict,
 
115
 
116
  image = gr.Image(
117
  source="upload",
118
+ tool="color-image",
119
  interactive="true",
120
  brush_radius=1,
121
+ min_width=600,
122
  show_download_button="true",
123
+ brush_color="#fffff"
124
  )
125
 
126
  iface = gr.Interface(predict,