Sanjayraju30 commited on
Commit
ed22ec8
·
verified ·
1 Parent(s): af7cef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def process_image(image):
16
 
17
  with gr.Blocks() as demo:
18
  gr.Markdown("## 📷 Auto Weight Logger — Hugging Face OCR Edition")
19
- gr.Markdown("Upload a digital scale image. This app detects the weight (kg or g) using AI.")
20
 
21
  image_input = gr.Image(type="pil", label="📁 Upload or Capture Image")
22
 
 
16
 
17
  with gr.Blocks() as demo:
18
  gr.Markdown("## 📷 Auto Weight Logger — Hugging Face OCR Edition")
19
+ gr.Markdown("Upload a photo of a digital scale. The app auto-detects weight (kg or grams).")
20
 
21
  image_input = gr.Image(type="pil", label="📁 Upload or Capture Image")
22