Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,6 +135,6 @@ gr.Interface(
135
  "<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
136
  " <center><a href='https://huggingface.co/sayakpaul/videomae-base-finetuned-kinetics-finetuned-ucf101-subset' target='_blank'>Fine-tuned Model</a></center></div>"
137
  ),
138
- allow_flagging=False,
139
  allow_screenshot=False,
140
  ).launch()
 
135
  "<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
136
  " <center><a href='https://huggingface.co/sayakpaul/videomae-base-finetuned-kinetics-finetuned-ucf101-subset' target='_blank'>Fine-tuned Model</a></center></div>"
137
  ),
138
+ allow_flagging='never',
139
  allow_screenshot=False,
140
  ).launch()