kkpathak91 commited on
Commit
e8bdaf4
1 Parent(s): 29242ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -129,9 +129,8 @@ iface = gr.Interface(
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',
134
- 'Error: Require Commonsense', 'Error: Evidence Retrieval'],
135
- enable_queue=True
136
  )
137
- iface.launch()
129
  layout='horizontal',
130
  description="[Student Name: Karan Kumar Pathak] " " [Roll No.: 2020fc04334] ",
131
  flagging_dir='results/flagged/',
132
+ allow_flagging='auto',
133
  flagging_options=['Interesting!', 'Error: Claim Phrase Parsing', 'Error: Local Premise',
134
+ 'Error: Require Commonsense', 'Error: Evidence Retrieval']
 
135
  )
136
+ iface.launch(enable_queue=True)