Spaces:
Runtime error
Runtime error
Fabrice-TIERCELIN
commited on
Commit
•
0a1e7c4
1
Parent(s):
4c7fe17
Emoji
Browse files- demos/musicgen_app.py +2 -2
demos/musicgen_app.py
CHANGED
@@ -259,7 +259,7 @@ def ui_full(launch_kwargs):
|
|
259 |
<p style="text-align: center;">Generates up to 2 minutes of music freely, without account and without watermark that you can download</p>
|
260 |
<br/>
|
261 |
<br/>
|
262 |
-
Powered by <a href="https://github.com/facebookresearch/audiocraft">MusicGen</a>,
|
263 |
presented at: <a href="https://huggingface.co/papers/2306.05284">"Simple and Controllable Music Generation"</a>.
|
264 |
If you are looking for sound effect rather than music, I recommend you AudioGen or AudioLDM2.
|
265 |
The generated tracks tend to be very monotone so I advise you to add an original track to force the AI to make variations.
|
@@ -269,7 +269,7 @@ def ui_full(launch_kwargs):
|
|
269 |
You can duplicate this space on a free account, it works on CPU.
|
270 |
<a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/Text-to-Music?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14"></a>
|
271 |
<br/>
|
272 |
-
|
273 |
|
274 |
"""
|
275 |
)
|
|
|
259 |
<p style="text-align: center;">Generates up to 2 minutes of music freely, without account and without watermark that you can download</p>
|
260 |
<br/>
|
261 |
<br/>
|
262 |
+
🚀 Powered by <a href="https://github.com/facebookresearch/audiocraft">MusicGen</a>,
|
263 |
presented at: <a href="https://huggingface.co/papers/2306.05284">"Simple and Controllable Music Generation"</a>.
|
264 |
If you are looking for sound effect rather than music, I recommend you AudioGen or AudioLDM2.
|
265 |
The generated tracks tend to be very monotone so I advise you to add an original track to force the AI to make variations.
|
|
|
269 |
You can duplicate this space on a free account, it works on CPU.
|
270 |
<a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/Text-to-Music?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14"></a>
|
271 |
<br/>
|
272 |
+
⚖️ If you use the standard models, you can use, modify and share the generated musics but not for commercial uses.
|
273 |
|
274 |
"""
|
275 |
)
|