DebasishDhal99 commited on
Commit
69689b8
1 Parent(s): c632686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ second_heading = "YouTube Playlist Mismatch Calculator"
36
  second_description = "Enter two YouTube playlist links to compare their contents and find the mismatch."
37
 
38
  def playlist_mismatch_calculator(playlist_link_1, playlist_link_2):
39
- result = playlist_mismatch_func(playlist_link_1, playlist_link_2)
40
  return f"Mismatch Result: {result}"
41
 
42
  interface2 = gr.Interface(
 
36
  second_description = "Enter two YouTube playlist links to compare their contents and find the mismatch."
37
 
38
  def playlist_mismatch_calculator(playlist_link_1, playlist_link_2):
39
+ result = playlist_mismatch_func(playlist_link_1, playlist_link_2, output='name')
40
  return f"Mismatch Result: {result}"
41
 
42
  interface2 = gr.Interface(