Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,8 @@ def search_by_text(input_text):
|
|
| 78 |
with gr.Blocks(title="Food Matcher AI") as demo:
|
| 79 |
gr.Markdown("# 🍔 Visual Dish Matcher")
|
| 80 |
gr.Markdown("Upload a photo of food (or describe it) to find similar dishes in our database.")
|
| 81 |
-
|
|
|
|
| 82 |
# --- VIDEO SECTION ---
|
| 83 |
# Using Accordion so it doesn't clutter the UI. Open=False means it starts closed.
|
| 84 |
with gr.Accordion("📺 Watch Project Demo", open=False):
|
|
@@ -92,7 +93,7 @@ with gr.Blocks(title="Food Matcher AI") as demo:
|
|
| 92 |
allowfullscreen>
|
| 93 |
</iframe>
|
| 94 |
</div>
|
| 95 |
-
""")
|
| 96 |
# ----------------------------
|
| 97 |
|
| 98 |
with gr.Tab("Image Search"):
|
|
|
|
| 78 |
with gr.Blocks(title="Food Matcher AI") as demo:
|
| 79 |
gr.Markdown("# 🍔 Visual Dish Matcher")
|
| 80 |
gr.Markdown("Upload a photo of food (or describe it) to find similar dishes in our database.")
|
| 81 |
+
|
| 82 |
+
'''
|
| 83 |
# --- VIDEO SECTION ---
|
| 84 |
# Using Accordion so it doesn't clutter the UI. Open=False means it starts closed.
|
| 85 |
with gr.Accordion("📺 Watch Project Demo", open=False):
|
|
|
|
| 93 |
allowfullscreen>
|
| 94 |
</iframe>
|
| 95 |
</div>
|
| 96 |
+
""")'''
|
| 97 |
# ----------------------------
|
| 98 |
|
| 99 |
with gr.Tab("Image Search"):
|