Spaces:
Runtime error
Runtime error
corrected duplicate button presentation
Browse files
app.py
CHANGED
|
@@ -22,8 +22,9 @@ gr.Interface(
|
|
| 22 |
inputs="text",
|
| 23 |
outputs=[gr.Image(), gr.Audio(type='filepath')],
|
| 24 |
title="Riffusion Text-to-Music",
|
| 25 |
-
description="""Describe a musical prompt, generate music by getting a Riffusion spectrogram and its corresponding sound.
|
| 26 |
-
|
| 27 |
<a href="https://huggingface.co/spaces/fffiloni/spectrogram-to-music?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
|
|
|
| 28 |
"""
|
| 29 |
).queue(max_size=32, concurrency_count=20).launch(debug=True)
|
|
|
|
| 22 |
inputs="text",
|
| 23 |
outputs=[gr.Image(), gr.Audio(type='filepath')],
|
| 24 |
title="Riffusion Text-to-Music",
|
| 25 |
+
description="""<p style="text-align: center;">Describe a musical prompt, generate music by getting a Riffusion spectrogram and its corresponding sound.
|
| 26 |
+
<br />if you want to skip the queue, or get faster inference, you can duplicate this space:
|
| 27 |
<a href="https://huggingface.co/spaces/fffiloni/spectrogram-to-music?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 28 |
+
</p>
|
| 29 |
"""
|
| 30 |
).queue(max_size=32, concurrency_count=20).launch(debug=True)
|