anzorq commited on
Commit
51bcba3
•
1 Parent(s): 3dac4eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/$space_id?duplicate=true)""")
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():