Eric P. Nusbaum commited on
Commit
2d9409a
·
1 Parent(s): f61c335

Update Space

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,8 +140,8 @@ iface = gr.Interface(
140
  gr.Image(type="pil", label="Detected Objects"),
141
  gr.Textbox(label="Detections")
142
  ],
143
- title="Object Detection with ONNX Model",
144
- description="Upload an image to detect objects using the ONNX model.",
145
  examples=["examples/card1.jpg", "examples/card2.jpg", "examples/card3.jpg"],
146
  theme="default", # You can choose other themes if desired
147
  allow_flagging="never" # Disable flagging if not needed
 
140
  gr.Image(type="pil", label="Detected Objects"),
141
  gr.Textbox(label="Detections")
142
  ],
143
+ title="JunkWaxHero - Baseball Card Set Detection (ONNX Model)",
144
+ description="Upload an image to itentify the set of the baseball card.",
145
  examples=["examples/card1.jpg", "examples/card2.jpg", "examples/card3.jpg"],
146
  theme="default", # You can choose other themes if desired
147
  allow_flagging="never" # Disable flagging if not needed