Spaces:
Runtime error
Runtime error
modify the application file
Browse files- song-insight-app.py +1 -1
song-insight-app.py
CHANGED
@@ -67,6 +67,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
67 |
output_song_theme = gr.Label(num_top_classes=6, label="Theme")
|
68 |
gr.Interface(fn=song_insight, inputs=[song, artist], outputs=[output_song_meaning, output_song_theme])
|
69 |
example = gr.Examples([['Maroon', 'Taylor Swift'], ['Devil In Her Heart', 'The Beatles'],
|
70 |
-
['Bedtime Stories', 'Jay Chou']], [song, artist])
|
71 |
|
72 |
demo.launch()
|
|
|
67 |
output_song_theme = gr.Label(num_top_classes=6, label="Theme")
|
68 |
gr.Interface(fn=song_insight, inputs=[song, artist], outputs=[output_song_meaning, output_song_theme])
|
69 |
example = gr.Examples([['Maroon', 'Taylor Swift'], ['Devil In Her Heart', 'The Beatles'],
|
70 |
+
['Bedtime Stories', 'Jay Chou'], ['Loser', 'BIGBANG']], [song, artist])
|
71 |
|
72 |
demo.launch()
|