Spaces:
Build error
Build error
added/updated app files
Browse files- app_upscale.py +1 -1
app_upscale.py
CHANGED
@@ -14,7 +14,7 @@ _____________________________________________________________________
|
|
14 |
with ui.Blocks(css=css, title=title(feature), theme=theme, analytics_enabled=False) as stella:
|
15 |
|
16 |
with ui.Group():
|
17 |
-
input_upscale = ui.Image(type='pil',
|
18 |
output_upscale = ui.Gallery(type='pil', object_fit="cover", height="50vh", show_share_button=False, columns=1, rows=1, show_label=False, preview=True)
|
19 |
|
20 |
with ui.Row():
|
|
|
14 |
with ui.Blocks(css=css, title=title(feature), theme=theme, analytics_enabled=False) as stella:
|
15 |
|
16 |
with ui.Group():
|
17 |
+
input_upscale = ui.Image(type='pil', show_label=False, sources=['upload'], height="40vh")
|
18 |
output_upscale = ui.Gallery(type='pil', object_fit="cover", height="50vh", show_share_button=False, columns=1, rows=1, show_label=False, preview=True)
|
19 |
|
20 |
with ui.Row():
|