Spaces:
Runtime error
Runtime error
David
commited on
Commit
Β·
386370d
1
Parent(s):
08b73dd
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ iface = gr.Interface(
|
|
21 |
gr.inputs.Textbox(placeholder="copy&paste your veganuary tweet here ...", label="Tweet"),
|
22 |
gr.outputs.Textbox(label="List of detected food mentions in the tweet"),
|
23 |
examples=[
|
24 |
-
["Fruit is delicious AND healthy
|
25 |
],
|
26 |
allow_flagging=False,
|
27 |
title="Veganuary NER",
|
|
|
21 |
gr.inputs.Textbox(placeholder="copy&paste your veganuary tweet here ...", label="Tweet"),
|
22 |
gr.outputs.Textbox(label="List of detected food mentions in the tweet"),
|
23 |
examples=[
|
24 |
+
["Fruit is delicious π AND healthy π₯! Brighten up your plate & palate with fresh watermelon, Greek yoghurt & berries, smashed avocado or lime added to water. A piece of #fruit a day keeps the doctor away! #Veganuary2022"]
|
25 |
],
|
26 |
allow_flagging=False,
|
27 |
title="Veganuary NER",
|