Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,12 +115,12 @@ title="Image to Coloring Page Generator"
|
|
| 115 |
|
| 116 |
image = gr.Image(
|
| 117 |
source="upload",
|
| 118 |
-
tool="
|
| 119 |
interactive="true",
|
| 120 |
brush_radius=1,
|
| 121 |
image_mode="L",
|
| 122 |
-
|
| 123 |
-
|
| 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,
|