Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from Gradio_UI import GradioUI
|
|
| 11 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 12 |
|
| 13 |
# Initialize the Genius API client with access token
|
| 14 |
-
genius = lyricsgenius.Genius("
|
| 15 |
|
| 16 |
# Setting some preferences
|
| 17 |
genius.remove_section_headers = True # Removes section headers like [Chorus], [Verse], etc.
|
|
|
|
| 11 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 12 |
|
| 13 |
# Initialize the Genius API client with access token
|
| 14 |
+
genius = lyricsgenius.Genius("2kWJ8Wy72HT3T8qjkh__gGB3fAbCLtTbC68j1i9tvOM9DF9ikSr95wm-hOQLZq9_")
|
| 15 |
|
| 16 |
# Setting some preferences
|
| 17 |
genius.remove_section_headers = True # Removes section headers like [Chorus], [Verse], etc.
|