Spaces:
Sleeping
Sleeping
old layout
Browse files
run.py
CHANGED
@@ -22,8 +22,8 @@ if __name__ == "__main__":
|
|
22 |
|
23 |
|
24 |
while True:
|
25 |
-
|
26 |
-
layout = compare_classification(label='gender', model1_prediction='m1_gender_prediction', model1_embedding='m1_embedding', model1_correct='m1_correct', model2_prediction='m2_gender_prediction', model2_embedding='m2_embedding', model2_correct='m2_correct', inspect={'audio': spotlight.Audio})
|
27 |
|
28 |
view = spotlight.show(ds, issues=issues, port=7860, host="0.0.0.0", layout=layout,
|
29 |
allow_filebrowsing=False)
|
|
|
22 |
|
23 |
|
24 |
while True:
|
25 |
+
layout = debug_classification(label='gender', prediction='m1_gender_prediction', embedding='m1_embedding', features=['age', 'emotion'], inspect={'audio': spotlight.Audio})
|
26 |
+
#layout = compare_classification(label='gender', model1_prediction='m1_gender_prediction', model1_embedding='m1_embedding', model1_correct='m1_correct', model2_prediction='m2_gender_prediction', #model2_embedding='m2_embedding', model2_correct='m2_correct', inspect={'audio': spotlight.Audio})
|
27 |
|
28 |
view = spotlight.show(ds, issues=issues, port=7860, host="0.0.0.0", layout=layout,
|
29 |
allow_filebrowsing=False)
|