valhalla commited on
Commit
01f90d8
·
1 Parent(s): 1a8a3b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,5 +56,6 @@ 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
  )
60
  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
  )
61
  iface.launch()