Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ with gr.Blocks(css=css) as app:
|
|
272 |
In single prompt mode you can generate up to ~1 minute of audio with smooth transitions between sections. (beta)<br>
|
273 |
Bi-prompt mode interpolates between two prompts. It can generate up to ~2 minutes of audio, but transitions between sections are more abrupt.""")
|
274 |
gr.Markdown(f"""Running on {"**GPU 🔥**" if torch.cuda.is_available() else f"**CPU 🥶**. For faster inference it is recommended to **upgrade to GPU in space's Settings**"}<br>
|
275 |
-
[![Duplicate Space](https://bit.ly/3gLdBN6)](https://huggingface.co/spaces
|
276 |
|
277 |
with gr.Row():
|
278 |
with gr.Group():
|
|
|
272 |
In single prompt mode you can generate up to ~1 minute of audio with smooth transitions between sections. (beta)<br>
|
273 |
Bi-prompt mode interpolates between two prompts. It can generate up to ~2 minutes of audio, but transitions between sections are more abrupt.""")
|
274 |
gr.Markdown(f"""Running on {"**GPU 🔥**" if torch.cuda.is_available() else f"**CPU 🥶**. For faster inference it is recommended to **upgrade to GPU in space's Settings**"}<br>
|
275 |
+
[![Duplicate Space](https://bit.ly/3gLdBN6)](https://huggingface.co/spaces/anzorq/riffusion-demo?duplicate=true)""")
|
276 |
|
277 |
with gr.Row():
|
278 |
with gr.Group():
|