Update demos/recipenet/app.py
Browse files- demos/recipenet/app.py +2 -2
demos/recipenet/app.py
CHANGED
@@ -154,8 +154,8 @@ demo = gr.Interface(
|
|
154 |
gr.Textbox(label='Recipe available at'),
|
155 |
gr.Textbox(label='Ingredients')
|
156 |
],
|
157 |
-
description="
|
158 |
-
article="Made using
|
159 |
css=css, # Add the custom CSS
|
160 |
examples=[["./demos/recipenet/examples/pic1.jpg"], ["./demos/recipenet/examples/pic2.jpg"], ["./demos/recipenet/examples/pic3.jpg"]]
|
161 |
)
|
|
|
154 |
gr.Textbox(label='Recipe available at'),
|
155 |
gr.Textbox(label='Ingredients')
|
156 |
],
|
157 |
+
description="recipenet",
|
158 |
+
article="Made using EfficientNet-b0",
|
159 |
css=css, # Add the custom CSS
|
160 |
examples=[["./demos/recipenet/examples/pic1.jpg"], ["./demos/recipenet/examples/pic2.jpg"], ["./demos/recipenet/examples/pic3.jpg"]]
|
161 |
)
|