valhalla commited on
Commit
1713868
ยท
1 Parent(s): c8c32f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ iface = gr.Interface(
56
  theme="huggingface",
57
  title="XGLM-Few-shot Learning with Multilingual Language Models",
58
  description="A simple interface for zero-shot evaluation for the Choice of Plausible Alternatives (COPA) task using XGLM.",
59
- examples=[["I wanted to conserve energy.", "I swept the floor in the unoccupied room.", "I shut off the light in the unoccupied room.",], ["ๆˆ‘ๆƒณ่Š‚็บฆ่ƒฝๆบใ€‚", "ๆˆ‘ๅœจ็ฉบ็€็š„ๆˆฟ้—ด้‡Œๆ‰ซไบ†ๅœฐๆฟใ€‚", "ๆˆ‘ๆŠŠ็ฉบๆˆฟ้—ด้‡Œ็š„็ฏๅ…ณไบ†ใ€‚",]]
60
  article="<p style='text-align: center'><a href='https://arxiv.org/abs/2112.10668'>Few-shot Learning with Multilingual Language Models</a>"
61
  )
62
  iface.launch()
 
56
  theme="huggingface",
57
  title="XGLM-Few-shot Learning with Multilingual Language Models",
58
  description="A simple interface for zero-shot evaluation for the Choice of Plausible Alternatives (COPA) task using XGLM.",
59
+ examples=[["I wanted to conserve energy.", "I swept the floor in the unoccupied room.", "I shut off the light in the unoccupied room.",], ["ๆˆ‘ๆƒณ่Š‚็บฆ่ƒฝๆบใ€‚", "ๆˆ‘ๅœจ็ฉบ็€็š„ๆˆฟ้—ด้‡Œๆ‰ซไบ†ๅœฐๆฟใ€‚", "ๆˆ‘ๆŠŠ็ฉบๆˆฟ้—ด้‡Œ็š„็ฏๅ…ณไบ†ใ€‚",]],
60
  article="<p style='text-align: center'><a href='https://arxiv.org/abs/2112.10668'>Few-shot Learning with Multilingual Language Models</a>"
61
  )
62
  iface.launch()