multimodalart HF Staff commited on
Commit
f511a70
·
verified ·
1 Parent(s): 18cb1f5

Update app.py

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