smishr-18 commited on
Commit
320951a
·
1 Parent(s): 5e1a319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def process_image(image):
12
 
13
  return result
14
 
15
- iface = gr.Interface(fn=process_image, inputs="image", outputs=gr.Markdown(), live=True, title="Nutrition Content Based LLM", description="The llm based project needs a clear image of only the Nutrition Facts Box at the back of a product, \n The llm shows the content and give health advice based on the Nutritions Facts.")
16
 
17
 
18
  iface.launch()
 
12
 
13
  return result
14
 
15
+ iface = gr.Interface(fn=process_image, inputs="image", outputs=gr.Markdown(), live=True)
16
 
17
 
18
  iface.launch()