Spaces:
Runtime error
Runtime error
added/updated app files
Browse files- app_eraser.py +1 -1
app_eraser.py
CHANGED
@@ -11,7 +11,7 @@ _____________________________________________________________________
|
|
11 |
_____________________________________________________________________
|
12 |
|
13 |
'''
|
14 |
-
with ui.Blocks(css=adj+css, title=title(feature), theme=theme, analytics_enabled=False
|
15 |
with ui.Group():
|
16 |
input_eraser = ui.ImageEditor(
|
17 |
label=title(feature), transforms=[],
|
|
|
11 |
_____________________________________________________________________
|
12 |
|
13 |
'''
|
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 |
label=title(feature), transforms=[],
|