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