helenai commited on
Commit
e1e49ab
·
verified ·
1 Parent(s): 71ac36f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ demo = gr.Interface(
65
  ["llama-3", 2048],
66
  ],
67
  cache_examples=False,
68
- allow_flagging=False,
69
  )
70
 
71
  demo.launch()
 
65
  ["llama-3", 2048],
66
  ],
67
  cache_examples=False,
68
+ flagging_mode="never"
69
  )
70
 
71
  demo.launch()