Spaces:
Runtime error
Runtime error
added/updated app files
Browse files- app_eraser.py +1 -1
app_eraser.py
CHANGED
@@ -14,7 +14,7 @@ _____________________________________________________________________
|
|
14 |
with ui.Blocks(css=adj+css, title=title(feature), theme=theme, analytics_enabled=False) as stella:
|
15 |
with ui.Group():
|
16 |
input_eraser = ui.ImageEditor(
|
17 |
-
|
18 |
brush=ui.Brush(default_size=24, colors=['#ffffff'], color_mode=['fixed']),
|
19 |
eraser=ui.Eraser(default_size=24), sources=['upload', 'webcam'])
|
20 |
|
|
|
14 |
with ui.Blocks(css=adj+css, title=title(feature), theme=theme, analytics_enabled=False) as stella:
|
15 |
with ui.Group():
|
16 |
input_eraser = ui.ImageEditor(
|
17 |
+
show_label=False, transforms=[],
|
18 |
brush=ui.Brush(default_size=24, colors=['#ffffff'], color_mode=['fixed']),
|
19 |
eraser=ui.Eraser(default_size=24), sources=['upload', 'webcam'])
|
20 |
|