Spaces:
Runtime error
Runtime error
Commit
·
d9e030f
1
Parent(s):
9b22dfc
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +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 |
-
["smoky peaty earthy and spicy"]],
|
46 |
theme="huggingface",
|
47 |
)
|
48 |
|
|
|
41 |
gr.outputs.Textbox(label="Recommendations"),
|
42 |
],
|
43 |
title = "Scotch Recommendation",
|
44 |
+
examples=[["very sweet with lemons and oranges and marmalades", 20,50],
|
45 |
+
["smoky peaty earthy and spicy",50,100]],
|
46 |
theme="huggingface",
|
47 |
)
|
48 |
|