Spaces:
Sleeping
Sleeping
Eric P. Nusbaum
commited on
Commit
·
2d9409a
1
Parent(s):
f61c335
Update Space
Browse files
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="
|
144 |
-
description="Upload an image to
|
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
|