Spaces:
Runtime error
Runtime error
Commit
·
96cacaf
1
Parent(s):
4e5079a
Update app.py
Browse files
app.py
CHANGED
@@ -125,11 +125,9 @@ iface = gr.Interface(
|
|
125 |
],
|
126 |
examples=['Kanpur is a city in Nepal',
|
127 |
'PV Sindhu is an Indian Badminton Player.'],
|
128 |
-
title="A Framework for Data-Driven Document Evaluation and Scoring"
|
129 |
-
"Student Name: Karan Kumar Pathak"
|
130 |
-
"Roll No.: 2020fc04334",
|
131 |
layout='horizontal',
|
132 |
-
description="",
|
133 |
flagging_dir='results/flagged/',
|
134 |
allow_flagging=True,
|
135 |
flagging_options=['Interesting!', 'Error: Claim Phrase Parsing', 'Error: Local Premise',
|
|
|
125 |
],
|
126 |
examples=['Kanpur is a city in Nepal',
|
127 |
'PV Sindhu is an Indian Badminton Player.'],
|
128 |
+
title="A Framework for Data-Driven Document Evaluation and Scoring",
|
|
|
|
|
129 |
layout='horizontal',
|
130 |
+
description="[Student Name: Karan Kumar Pathak] " " [Roll No.: 2020fc04334] ",
|
131 |
flagging_dir='results/flagged/',
|
132 |
allow_flagging=True,
|
133 |
flagging_options=['Interesting!', 'Error: Claim Phrase Parsing', 'Error: Local Premise',
|