Aryanikale23 commited on
Commit
de67c19
1 Parent(s): 5a7272e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -113,15 +113,15 @@ def infer(video_file):
113
  gr.Interface(
114
  fn=infer,
115
  inputs=gr.Video(),
116
- outputs=gr.Label(num_top_classes=3),
117
- title="VideoMAE fine-tuned on a subset of UCF-101",
118
  description=(
119
- "Gradio demo for VideoMAE for video classification. To use it, simply upload your video or click one of the"
120
- " examples to load them. Read more at the links below."
121
  ),
122
  article=(
123
  "<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
124
- " <center><a href='https://huggingface.co/sayakpaul/videomae-base-finetuned-kinetics-finetuned-ucf101-subset' target='_blank'>Fine-tuned Model</a></center></div>"
125
  ),
126
  allow_flagging=False,
127
  ).launch()
 
113
  gr.Interface(
114
  fn=infer,
115
  inputs=gr.Video(),
116
+ outputs=gr.Label(),
117
+ title="Sign language Recognition",
118
  description=(
119
+ "This project helps to communicate by translating the sign language gestures into words"
120
+ " Feel free to experiment by uploading videos"
121
  ),
122
  article=(
123
  "<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
124
+ " <center><a href='https://huggingface.co/Aryanikale23/Signlanguage/tree/main'>Fine-tuned Model</a></center></div>"
125
  ),
126
  allow_flagging=False,
127
  ).launch()