Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ description = "Upload or capture an image to extract the weight and log the resu
|
|
20 |
|
21 |
iface = gr.Interface(
|
22 |
fn=process_image,
|
23 |
-
inputs=gr.Image(type="pil",
|
24 |
outputs=[
|
25 |
gr.Textbox(label="Detected Weight"),
|
26 |
gr.Textbox(label="Captured At (IST)"),
|
|
|
20 |
|
21 |
iface = gr.Interface(
|
22 |
fn=process_image,
|
23 |
+
inputs=gr.Image(type="pil", label="Upload or Capture Snapshot"),
|
24 |
outputs=[
|
25 |
gr.Textbox(label="Detected Weight"),
|
26 |
gr.Textbox(label="Captured At (IST)"),
|