Spaces:
Build error
Build error
aapot
commited on
Commit
·
51abfb9
1
Parent(s):
9016246
Remove temporary need for access token
Browse files
app.py
CHANGED
@@ -28,9 +28,9 @@ placeholder_youtube_embedded_html = '''
|
|
28 |
|
29 |
|
30 |
model_wt = YoutubeVideoSimilarityModel.from_pretrained(
|
31 |
-
'mozilla-foundation/youtube_video_similarity_model_wt'
|
32 |
model_nt = YoutubeVideoSimilarityModel.from_pretrained(
|
33 |
-
'mozilla-foundation/youtube_video_similarity_model_nt'
|
34 |
cross_encoder_model_name_or_path = model_wt.cross_encoder_model_name_or_path
|
35 |
|
36 |
|
|
|
28 |
|
29 |
|
30 |
model_wt = YoutubeVideoSimilarityModel.from_pretrained(
|
31 |
+
'mozilla-foundation/youtube_video_similarity_model_wt')
|
32 |
model_nt = YoutubeVideoSimilarityModel.from_pretrained(
|
33 |
+
'mozilla-foundation/youtube_video_similarity_model_nt')
|
34 |
cross_encoder_model_name_or_path = model_wt.cross_encoder_model_name_or_path
|
35 |
|
36 |
|