Spaces:
Running
Running
DebasishDhal99
commited on
Commit
·
2c8cd97
1
Parent(s):
8b21d7c
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ second_description = "Enter two YouTube playlist links to compare their contents
|
|
37 |
mismatch_outputs = gr.outputs.Textbox(label="Mismatch between two playlists")
|
38 |
|
39 |
def playlist_mismatch_calculator(playlist_link_1, playlist_link_2):
|
40 |
-
result =
|
41 |
return f"Mismatch Result: {result}"
|
42 |
|
43 |
playlist_link_1_input = gr.inputs.Textbox(label="Playlist Link 1")
|
|
|
37 |
mismatch_outputs = gr.outputs.Textbox(label="Mismatch between two playlists")
|
38 |
|
39 |
def playlist_mismatch_calculator(playlist_link_1, playlist_link_2):
|
40 |
+
result = playlists_mismatch_func(playlist_link_1, playlist_link_2, output='name')
|
41 |
return f"Mismatch Result: {result}"
|
42 |
|
43 |
playlist_link_1_input = gr.inputs.Textbox(label="Playlist Link 1")
|