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

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="color-sketch",
119
  interactive="true",
120
  brush_radius=1,
121
  image_mode="L",
122
- shape=(1024, 1024),
123
- height=440,
124
  )
125
 
126
  iface = gr.Interface(predict,
 
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,