Spaces:
Runtime error
Runtime error
Commit
·
25bc958
1
Parent(s):
11ee1d3
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,8 @@ interface = gr.Interface(
|
|
41 |
gr.outputs.Textbox(label="Recommendations"),
|
42 |
],
|
43 |
title = "Scotch Recommendation",
|
44 |
-
examples=["very sweet with lemons and oranges and marmalades",
|
|
|
45 |
theme="huggingface",
|
46 |
)
|
47 |
|
|
|
41 |
gr.outputs.Textbox(label="Recommendations"),
|
42 |
],
|
43 |
title = "Scotch Recommendation",
|
44 |
+
examples=[["very sweet with lemons and oranges and marmalades"],
|
45 |
+
["smoky peaty earthy and spicy"]],
|
46 |
theme="huggingface",
|
47 |
)
|
48 |
|