Spaces:
Running
on
Zero
Running
on
Zero
chong.zhang
commited on
Commit
·
43dbb02
1
Parent(s):
0bd716b
init
Browse files
app.py
CHANGED
@@ -225,15 +225,15 @@ Recommended select audio duration is below 30 seconds. For audio longer than 30
|
|
225 |
html_content = """
|
226 |
<div>
|
227 |
<h2 style="font-size: 22px;margin-left: 0px;">Music Generation Model: InspireMusic</h2>
|
228 |
-
<p style="font-size: 18px;margin-left: 20px;">InspireMusic is a unified music, song and audio generation framework through the audio tokenization and detokenization process integrated with an autoregressive transformer. The
|
229 |
<h2 style="font-size: 22px;margin-left: 0px;">Usage</h2> <p style="font-size: 18px;margin-left: 20px;">Input a text description of music or input through a microphone, then select the chorus and duration. The music is generated based on the input text. The chorus labels are placed in the front of the text.</p>
|
230 |
<p style="font-size: 18px;margin-left: 20px;">Recommended select audio duration is below 30 seconds. For audio longer than 30 seconds, local deployment is recommended.</p>
|
231 |
<h2 style="font-size: 22px;margin-left: 0px;">Repo & Demo</h2>
|
232 |
-
<p style="font-size: 18px;margin-left: 20px;"><a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">
|
233 |
-
<p style="font-size: 18px;margin-left: 20px;"><a href="https://iris2c.github.io/InspireMusic" target="_blank">Demo
|
234 |
<h2 style="font-size: 22px;margin-left: 0px;">Models</h2>
|
235 |
-
<p style="font-size: 18px;margin-left: 20px;"><a href="https://modelscope.cn/models/iic/InspireMusic/summary" target="_blank">
|
236 |
-
<p style="font-size: 18px;margin-left: 20px;"><a href="https://huggingface.co/FunAudioLLM/InspireMusic-Base" target="_blank">
|
237 |
</div>
|
238 |
"""
|
239 |
|
|
|
225 |
html_content = """
|
226 |
<div>
|
227 |
<h2 style="font-size: 22px;margin-left: 0px;">Music Generation Model: InspireMusic</h2>
|
228 |
+
<p style="font-size: 18px;margin-left: 20px;">InspireMusic is a unified music, song and audio generation framework through the audio tokenization and detokenization process integrated with an autoregressive transformer. The toolkit provides both inference and training code for music generation. Featuring a unified framework, InspireMusic incorporates autoregressive Transformer and conditional flow-matching modeling (CFM), allowing for the controllable generation of music, songs, and audio with both textual and structural music conditioning, as well as neural audio tokenizers. Currently, the toolkit supports text-to-music generation and plans to expand its capabilities to include text-to-song and text-to-audio generation in the future.</p>
|
229 |
<h2 style="font-size: 22px;margin-left: 0px;">Usage</h2> <p style="font-size: 18px;margin-left: 20px;">Input a text description of music or input through a microphone, then select the chorus and duration. The music is generated based on the input text. The chorus labels are placed in the front of the text.</p>
|
230 |
<p style="font-size: 18px;margin-left: 20px;">Recommended select audio duration is below 30 seconds. For audio longer than 30 seconds, local deployment is recommended.</p>
|
231 |
<h2 style="font-size: 22px;margin-left: 0px;">Repo & Demo</h2>
|
232 |
+
<p style="font-size: 18px;margin-left: 20px;"><a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">Code</a> </p>
|
233 |
+
<p style="font-size: 18px;margin-left: 20px;"><a href="https://iris2c.github.io/InspireMusic" target="_blank">Demo</a></p>
|
234 |
<h2 style="font-size: 22px;margin-left: 0px;">Models</h2>
|
235 |
+
<p style="font-size: 18px;margin-left: 20px;"><a href="https://modelscope.cn/models/iic/InspireMusic/summary" target="_blank">Modelscope Model</a>: </p>
|
236 |
+
<p style="font-size: 18px;margin-left: 20px;"><a href="https://huggingface.co/FunAudioLLM/InspireMusic-Base" target="_blank">Huggingface Model</a></p>
|
237 |
</div>
|
238 |
"""
|
239 |
|