Spaces:
Running
on
Zero
Running
on
Zero
chong.zhang
commited on
Commit
·
520c9cc
1
Parent(s):
42f1812
update
Browse files
app.py
CHANGED
@@ -156,8 +156,8 @@ def main():
|
|
156 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
157 |
gr.Markdown("""
|
158 |
# InspireMusic
|
159 |
-
- Support music generation tasks with high audio quality, sampling rates up to 48kHz.
|
160 |
-
-
|
161 |
- Available music generation models: [InspireMusic-Base](https://huggingface.co/FunAudioLLM/InspireMusic-Base), [InspireMusic-Base-24kHz](https://huggingface.co/FunAudioLLM/InspireMusic-Base-24kHz), [InspireMusic-1.5B](https://huggingface.co/FunAudioLLM/InspireMusic-1.5B), [InspireMusic-1.5B-24kHz](https://huggingface.co/FunAudioLLM/InspireMusic-1.5B-24kHz), [InspireMusic-1.5B-Long](https://huggingface.co/FunAudioLLM/InspireMusic-1.5B-Long). Both on Huggingface and ModelScope.
|
162 |
- Currently only support English text prompts.
|
163 |
- This page is for demo purpose, if you want to generate long-form audio like 5mins, please try to deploy locally. Thank you for your support.
|
|
|
156 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
157 |
gr.Markdown("""
|
158 |
# InspireMusic
|
159 |
+
- Support music generation tasks with long-form and high audio quality, sampling rates up to 48kHz.
|
160 |
+
- Github: https://github.com/FunAudioLLM/InspireMusic/tree/main
|
161 |
- Available music generation models: [InspireMusic-Base](https://huggingface.co/FunAudioLLM/InspireMusic-Base), [InspireMusic-Base-24kHz](https://huggingface.co/FunAudioLLM/InspireMusic-Base-24kHz), [InspireMusic-1.5B](https://huggingface.co/FunAudioLLM/InspireMusic-1.5B), [InspireMusic-1.5B-24kHz](https://huggingface.co/FunAudioLLM/InspireMusic-1.5B-24kHz), [InspireMusic-1.5B-Long](https://huggingface.co/FunAudioLLM/InspireMusic-1.5B-Long). Both on Huggingface and ModelScope.
|
162 |
- Currently only support English text prompts.
|
163 |
- This page is for demo purpose, if you want to generate long-form audio like 5mins, please try to deploy locally. Thank you for your support.
|