Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|