latif98 commited on
Commit
a8bdee6
1 Parent(s): d2aa5a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -128,5 +128,7 @@ gr.Interface(
128
  ),
129
  article=(
130
  "<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
131
- )
 
 
132
  ).launch()
 
128
  ),
129
  article=(
130
  "<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
131
+ ),
132
+ allow_flagging='never',
133
+ allow_screenshot=False,
134
  ).launch()