dinhquangson
commited on
Commit
•
c015856
1
Parent(s):
de22ebd
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ def process_image(image):
|
|
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()
|
|
|
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(share=True)
|