Slfagrouche commited on
Commit
9203e38
·
verified ·
1 Parent(s): f485410

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
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
- title="Dish Prediction, Recipe Videos, and Recipe Details",
 
 
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