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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -121,13 +121,12 @@ gr.Interface(
121
  fn=infer,
122
  inputs=gr.Video(),
123
  outputs=gr.Label(num_top_classes=3),
124
- title="VideoMAE fine-tuned on a subset of UCF-101",
125
  description=(
126
  "Gradio demo for VideoMAE for video classification. To use it, simply upload your video or click one of the"
127
  " examples to load them. Read more at the links below."
128
  ),
129
  article=(
130
  "<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
131
- " <center><a href='https://huggingface.co/sayakpaul/videomae-base-finetuned-kinetics-finetuned-ucf101-subset' target='_blank'>Fine-tuned Model</a></center></div>"
132
  )
133
  ).launch()
 
121
  fn=infer,
122
  inputs=gr.Video(),
123
  outputs=gr.Label(num_top_classes=3),
124
+ title="VideoMAE fine-tuned on numbers and alphabets of sign language.",
125
  description=(
126
  "Gradio demo for VideoMAE for video classification. To use it, simply upload your video or click one of the"
127
  " examples to load them. Read more at the links below."
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()