Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -216,6 +216,8 @@ young = debias(young, "Male", df, pinverse, device)
|
|
216 |
young = debias(young, "Pointy_Nose", df, pinverse, device)
|
217 |
young = debias(young, "Wavy_Hair", df, pinverse, device)
|
218 |
young = debias(young, "Chubby", df, pinverse, device)
|
|
|
|
|
219 |
|
220 |
|
221 |
pointy = get_direction(df, "Pointy_Nose", pinverse, 1000, device)
|
|
|
216 |
young = debias(young, "Pointy_Nose", df, pinverse, device)
|
217 |
young = debias(young, "Wavy_Hair", df, pinverse, device)
|
218 |
young = debias(young, "Chubby", df, pinverse, device)
|
219 |
+
young = debias(young, "No_Beard", df, pinverse, device)
|
220 |
+
young = debias(young, "Mustache", df, pinverse, device)
|
221 |
|
222 |
|
223 |
pointy = get_direction(df, "Pointy_Nose", pinverse, 1000, device)
|