Spaces:
Sleeping
Sleeping
Slfagrouche
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -83,9 +83,12 @@ iface = gr.Interface(
|
|
83 |
outputs=[
|
84 |
gr.Textbox(label="Predicted Dish"),
|
85 |
gr.Textbox(label="Recipe Details"),
|
86 |
-
gr.HTML(label="YouTube Recipe Videos")
|
|
|
87 |
],
|
88 |
-
|
|
|
|
|
89 |
description="Upload an image of food, and the app will predict the dish, provide YouTube links for recipes, and fetch detailed recipe instructions."
|
90 |
)
|
91 |
|
|
|
83 |
outputs=[
|
84 |
gr.Textbox(label="Predicted Dish"),
|
85 |
gr.Textbox(label="Recipe Details"),
|
86 |
+
gr.HTML(label= "YouTube Recipe Videos") # Changed to gr.HTML
|
87 |
+
|
88 |
],
|
89 |
+
|
90 |
+
Recipe Details
|
91 |
+
title="Dish Prediction, Recipe Details, and Recipe Videos",
|
92 |
description="Upload an image of food, and the app will predict the dish, provide YouTube links for recipes, and fetch detailed recipe instructions."
|
93 |
)
|
94 |
|