ppicazo commited on
Commit
8ce2d7a
·
verified ·
1 Parent(s): b7a0c7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="Star Detector (Two Models)",
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()