We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18b41e commit 63a507aCopy full SHA for 63a507a
app.py
@@ -27,7 +27,7 @@
27
f"{GITHUB_RAW_URL}/examples/menu-si.jpg"
28
]
29
MODEL_LIST = [
30
- "Donut Model",
+ "(Experimental) Donut Finetuned Model",
31
"gemini-2.5-pro",
32
"gemini-2.5-flash",
33
"gemini-2.0-flash",
@@ -108,11 +108,11 @@ def UserInterface() -> gr.Interface:
108
109
generate_button = gr.Button("Generate Menu Information", variant="primary")
110
111
- # gr.Examples(
112
- # examples=EXAMPLE_IMAGE_LIST,
113
- # inputs=menu_image,
114
- # label="Example Menu Images"
115
- # )
+ gr.Examples(
+ examples=EXAMPLE_IMAGE_LIST,
+ inputs=menu_image,
+ label="Example Menu Images"
+ )
116
117
with gr.Column(scale=1):
118
gr.Markdown("## 🍽️ Menu Info")
0 commit comments