Fix model link
Browse files
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-
|
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,
|