asigalov61
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import pickle
|
|
|
2 |
|
3 |
import gradio as gr
|
4 |
|
@@ -20,7 +21,7 @@ def classify_lyrics(lyric):
|
|
20 |
|
21 |
texts_match_ratios = []
|
22 |
|
23 |
-
for l in
|
24 |
|
25 |
text_set = set(l[2])
|
26 |
|
|
|
1 |
import pickle
|
2 |
+
import random
|
3 |
|
4 |
import gradio as gr
|
5 |
|
|
|
21 |
|
22 |
texts_match_ratios = []
|
23 |
|
24 |
+
for l in lyrics_set_final:
|
25 |
|
26 |
text_set = set(l[2])
|
27 |
|