yoniif commited on
Commit
159049b
·
verified ·
1 Parent(s): ddf3c68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ demo = gr.Interface(
84
  ],
85
  css=custom_css,
86
  theme="default",
87
- allow_flagging=False
88
  )
89
 
90
  if __name__ == "__main__":
 
84
  ],
85
  css=custom_css,
86
  theme="default",
87
+ flagging_mode="never"
88
  )
89
 
90
  if __name__ == "__main__":