Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,7 @@ gr.Interface(
|
|
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().launch(debug=True)
|
|
|
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: <a href="https://huggingface.co/spaces/fffiloni/spectrogram-to-music?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
|
|
27 |
</p>
|
28 |
"""
|
29 |
).queue().launch(debug=True)
|