Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,5 +53,8 @@ iface = gr.Interface(
|
|
| 53 |
fn=COPA_eval,
|
| 54 |
inputs=["text", "text", "text"],
|
| 55 |
outputs=["text"],
|
|
|
|
|
|
|
|
|
|
| 56 |
)
|
| 57 |
iface.launch()
|
|
|
|
| 53 |
fn=COPA_eval,
|
| 54 |
inputs=["text", "text", "text"],
|
| 55 |
outputs=["text"],
|
| 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()
|