ccocks-deca commited on
Commit
a6b1b70
·
verified ·
1 Parent(s): 49cb180

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,8 +56,7 @@ demo = gr.Interface(
56
  examples=[
57
  ["What is the capital of China?\nExplain gravity", True],
58
  ["The capital of China is Beijing.\nGravity is a force...", False],
59
- ],
60
- allow_flagging="never",
61
  )
62
 
63
  demo.launch()
 
56
  examples=[
57
  ["What is the capital of China?\nExplain gravity", True],
58
  ["The capital of China is Beijing.\nGravity is a force...", False],
59
+ ]
 
60
  )
61
 
62
  demo.launch()