Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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()
|