kfahn commited on
Commit
1979292
1 Parent(s): e3a307f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ title="Image to Coloring Page Generator"
116
  image = gr.Image(
117
  source="upload",
118
  tool="color-sketch",
119
- interactive="true"
120
  brush_radius=4,
121
  )
122
 
 
116
  image = gr.Image(
117
  source="upload",
118
  tool="color-sketch",
119
+ interactive="true",
120
  brush_radius=4,
121
  )
122