David commited on
Commit
386370d
Β·
1 Parent(s): 08b73dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. 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 #vegetarian #plantbased #ActiveHealthMatters #PerspicuousHealth https://t.co/BvLUoVnPCh"]
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",