multimodalart HF Staff commited on
Commit
5500d6a
·
verified ·
1 Parent(s): 9a1f8ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -252,7 +252,7 @@ def start_items():
252
  thick = debias(thick, "Pale_Skin", df, pinverse, device)
253
  thick = debias(thick, "Heavy_Makeup", df, pinverse, device)
254
 
255
- start_items()
256
 
257
  class CustomImageDataset(Dataset):
258
  def __init__(self, images, transform=None):
@@ -516,5 +516,5 @@ with gr.Blocks(css="style.css") as demo:
516
 
517
  gr.Markdown(help_text1)
518
  gr.Markdown(help_text2)
519
-
520
  demo.queue().launch()
 
252
  thick = debias(thick, "Pale_Skin", df, pinverse, device)
253
  thick = debias(thick, "Heavy_Makeup", df, pinverse, device)
254
 
255
+ #start_items()
256
 
257
  class CustomImageDataset(Dataset):
258
  def __init__(self, images, transform=None):
 
516
 
517
  gr.Markdown(help_text1)
518
  gr.Markdown(help_text2)
519
+ demo.load(fn=start_items)
520
  demo.queue().launch()