Abid Ali Awan commited on
Commit
02a6a6d
·
1 Parent(s): 3f2719d

flag fixed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ demo = gr.Interface(
74
  batch=True,
75
  max_batch_size=10000,
76
  concurrency_limit=12,
77
- allow_flagging=False,
78
  theme=gr.themes.Soft(),
79
  )
80
 
 
74
  batch=True,
75
  max_batch_size=10000,
76
  concurrency_limit=12,
77
+ allow_flagging="never",
78
  theme=gr.themes.Soft(),
79
  )
80