Sanjayraju30 commited on
Commit
d736dc4
·
verified ·
1 Parent(s): e75e9eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ 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 weight scale.** The app will auto-detect the weight in kilograms using OCR.")
17
 
18
  with gr.Row():
19
  image_input = gr.Image(type="pil", label="Upload / Capture Image")
 
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 weight scale.")
17
 
18
  with gr.Row():
19
  image_input = gr.Image(type="pil", label="Upload / Capture Image")