valhalla commited on
Commit
6ac01d7
1 Parent(s): 6310b5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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()