Ali-Maq commited on
Commit
6935b46
1 Parent(s): 5a95d7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def volume_estimations(ali):
55
  with gr.Blocks() as demo:
56
  gr.Markdown("Food-Classification-Calorie-Estimation and Volume-Estimation")
57
  with gr.Tab("Food Classification"):
58
- text_input = gr.Image(type="filepath",interactive=True,value="https://media-cldnry.s-nbcnews.com/image/upload/newscms/2019_21/2870431/190524-classic-american-cheeseburger-ew-207p.jpg")
59
  text_output = [gr.Label(num_top_classes=6),
60
  gr.Textbox()
61
  ]
 
55
  with gr.Blocks() as demo:
56
  gr.Markdown("Food-Classification-Calorie-Estimation and Volume-Estimation")
57
  with gr.Tab("Food Classification"):
58
+ text_input = gr.Image(type="filepath",interactive=True,label="Upload the food Image and Zoom in to the item you want to get the calorie for")
59
  text_output = [gr.Label(num_top_classes=6),
60
  gr.Textbox()
61
  ]