omermazig commited on
Commit
b6638d1
1 Parent(s): aad15af

Fix model link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ gr.Interface(
109
  ),
110
  article=(
111
  "<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
112
- " <center><a href='https://huggingface.co/omermazig/videomae-finetuned-nba-5-class-8-batch-8000-vid-multiclass_1697155188' target='_blank'>Fine-tuned Model</a></center></div>"
113
  ),
114
  allow_flagging=False,
115
  allow_screenshot=False,
 
109
  ),
110
  article=(
111
  "<div style='text-align: center;'><a href='https://huggingface.co/docs/transformers/model_doc/videomae' target='_blank'>VideoMAE</a>"
112
+ " <center><a href='https://huggingface.co/omermazig/videomae-finetuned-nba-5-class-4-batch-8000-vid-multiclass' target='_blank'>Fine-tuned Model</a></center></div>"
113
  ),
114
  allow_flagging=False,
115
  allow_screenshot=False,