Sanjayraju30 commited on
Commit
327cd0a
·
verified ·
1 Parent(s): 376b89d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks(title="⚖️ Auto Weight Logger") as demo:
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 (in kg)")
21
 
22
  with gr.Row():
23
  timestamp = gr.Textbox(label="🕒 Captured At (IST)")
 
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)")