Sanjayraju30 commited on
Commit
bff23f9
·
verified ·
1 Parent(s): f617821

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,11 +13,11 @@ def process_image(img):
13
 
14
  with gr.Blocks(title="⚖️ Auto Weight Logger") as demo:
15
  gr.Markdown("# ⚖️ Auto Weight Logger")
16
- gr.Markdown("Upload or capture an image of a **digital scale display**. It will auto-detect the weight in **kg**.")
17
 
18
  with gr.Row():
19
  image_input = gr.Image(type="pil", label="📷 Upload or Capture Image")
20
- output_weight = gr.Textbox(label="⚖️ Detected Weight (kg)")
21
 
22
  with gr.Row():
23
  timestamp = gr.Textbox(label="🕒 Captured At (IST)")
 
13
 
14
  with gr.Blocks(title="⚖️ Auto Weight Logger") as demo:
15
  gr.Markdown("# ⚖️ Auto Weight Logger")
16
+ gr.Markdown("Upload or capture an image of a **digital scale display** to auto-detect the weight in kilograms.")
17
 
18
  with gr.Row():
19
  image_input = gr.Image(type="pil", label="📷 Upload or Capture Image")
20
+ output_weight = gr.Textbox(label="⚖️ Detected Weight")
21
 
22
  with gr.Row():
23
  timestamp = gr.Textbox(label="🕒 Captured At (IST)")