Pavankalyan commited on
Commit
238e381
1 Parent(s): f83222b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -16,6 +16,9 @@ demo = gr.Interface(
16
  fn=chitti,
17
  inputs=["text"],
18
  outputs=["text","text"],
 
 
 
19
  )
20
  demo.launch()
21
 
 
16
  fn=chitti,
17
  inputs=["text"],
18
  outputs=["text","text"],
19
+ allow_flagging = "manual",
20
+ flagging_options = ["1","2","None"],
21
+ flagging_callback=SimpleCSVLogger()
22
  )
23
  demo.launch()
24