Sanjayraju30 commited on
Commit
cbad9b8
·
verified ·
1 Parent(s): 27e1a4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", source="upload", tool="editor", label="Upload or Capture Snapshot"),
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)"),