Spaces:
Build error
Build error
jiangjiechen
commited on
Commit
•
35e858b
1
Parent(s):
f35bcf2
update layout
Browse files
app.py
CHANGED
@@ -132,9 +132,9 @@ iface = gr.Interface(
|
|
132 |
'The Cry of the Owl is based on a book by an American.',
|
133 |
'Smriti Mandhana is an Indian woman.'],
|
134 |
title="LOREN",
|
135 |
-
layout='
|
136 |
description="LOREN is an interpretable Fact Verification model against Wikipedia. "
|
137 |
-
"This is a demo system for \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\". "
|
138 |
"See the paper for technical details. You can add a *FLAG* on the bottom to record interesting or bad cases! "
|
139 |
"(Note that the demo system directly retrieves evidence from an up-to-date Wikipedia, which is different from the evidence used in the paper.)",
|
140 |
flagging_dir='results/flagged/',
|
|
|
132 |
'The Cry of the Owl is based on a book by an American.',
|
133 |
'Smriti Mandhana is an Indian woman.'],
|
134 |
title="LOREN",
|
135 |
+
layout='vertical',
|
136 |
description="LOREN is an interpretable Fact Verification model against Wikipedia. "
|
137 |
+
"This is a demo system for the AAAI 2022 paper: \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\"(https://arxiv.org/abs/2012.13577). "
|
138 |
"See the paper for technical details. You can add a *FLAG* on the bottom to record interesting or bad cases! "
|
139 |
"(Note that the demo system directly retrieves evidence from an up-to-date Wikipedia, which is different from the evidence used in the paper.)",
|
140 |
flagging_dir='results/flagged/',
|