ikmalsaid commited on
Commit
f3896f1
1 Parent(s): 4fb3066

added/updated app files

Browse files
Files changed (1) hide show
  1. app_inpaint.py +1 -1
app_inpaint.py CHANGED
@@ -11,7 +11,7 @@ _____________________________________________________________________
11
  _____________________________________________________________________
12
 
13
  '''
14
- with ui.Blocks(css=adj+css, title=title(feature), theme=theme, analytics_enabled=False, head=jsx) as stella:
15
  with ui.Group():
16
  input_inpaint = 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_inpaint = ui.ImageEditor(
17
  label=title(feature), transforms=[],