Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,9 @@ gr.Interface(
|
|
29 |
fn=predict,
|
30 |
inputs=gr.Image(type="pil", label="Upload image"),
|
31 |
outputs=[
|
32 |
-
gr.Label(num_top_classes=5, label="Model v1 Predictions"),
|
33 |
-
gr.Label(num_top_classes=5, label="Model v2 Predictions"),
|
34 |
],
|
35 |
-
title="
|
36 |
allow_flagging="manual",
|
37 |
).launch()
|
|
|
29 |
fn=predict,
|
30 |
inputs=gr.Image(type="pil", label="Upload image"),
|
31 |
outputs=[
|
32 |
+
gr.Label(num_top_classes=5, label="Pass/Fail Model v1 Predictions"),
|
33 |
+
gr.Label(num_top_classes=5, label="Stars Model v2 Predictions"),
|
34 |
],
|
35 |
+
title="AP Classifier (Two Models)",
|
36 |
allow_flagging="manual",
|
37 |
).launch()
|