ikmalsaid commited on
Commit
be755a5
1 Parent(s): 7ce98bc

added/updated app files

Browse files
Files changed (1) hide show
  1. 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', label=title(feature), 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():
 
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():