-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update README, setup.py, and suno/suno.py files
- Add a custom mode example to the README.md file, including code snippet and explanation - Update the version number from "0.2.4" to "0.3.0" in setup.py - Update the author's email address, project URL for bug reports, package dependencies, and Python version classifiers in setup.py - Import the `random` module and add a list of music genres called `MUSIC_GENRE_LIST` in suno/suno.py - Modify the `get_songs` method to use a random genre tag if not specified in suno/suno.py - Modify the `save_songs` method to use the default output directory "./output" in suno/suno.py Signed-off-by: yihong0618 <[email protected]>
- Loading branch information
1 parent
5c415cc
commit 963413f
Showing
3 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="suno_songs", | ||
version="0.2.4", | ||
version="0.3.0", | ||
author="yihong0618", | ||
author_email="[email protected]", | ||
description="High quality image generation by ideogram.ai. Reverse engineered API.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters