Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|