Diego-0121 commited on
Commit
026f480
1 Parent(s): 185cc28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def recommend_with_youtube_links(song_name, artist_name):
41
  api_key = "AIzaSyAnFiRh8g13HW_wLhUW7wZwRE2SsPo0aJs"
42
  recommendations = recommend_song_interface(song_name, artist_name)
43
  recommendations_with_links = add_youtube_links(recommendations, api_key)
44
- return recommendations_with_youtube_links
45
 
46
  # Configuraci贸n de la interfaz Gradio
47
  iface = gr.Interface(
 
41
  api_key = "AIzaSyAnFiRh8g13HW_wLhUW7wZwRE2SsPo0aJs"
42
  recommendations = recommend_song_interface(song_name, artist_name)
43
  recommendations_with_links = add_youtube_links(recommendations, api_key)
44
+ return recommendations_with_links
45
 
46
  # Configuraci贸n de la interfaz Gradio
47
  iface = gr.Interface(