teticio commited on
Commit
1dfb040
1 Parent(s): 8c2e759

add colab link to app

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -20,7 +20,9 @@ demo = gr.Interface(
20
  title="Audio Diffusion",
21
  description="Generate audio using Huggingface diffusers.\
22
  The models without 'latent' or 'ddim' give better results but take about \
23
- 20 minutes without a GPU.",
 
 
24
  inputs=[
25
  gr.Dropdown(label="Model",
26
  choices=[
 
20
  title="Audio Diffusion",
21
  description="Generate audio using Huggingface diffusers.\
22
  The models without 'latent' or 'ddim' give better results but take about \
23
+ 20 minutes without a GPU. For GPU, you can use \
24
+ [colab](https://colab.research.google.com/github/teticio/audio-diffusion/blob/master/notebooks/gradio_app.ipynb) \
25
+ to run this app.",
26
  inputs=[
27
  gr.Dropdown(label="Model",
28
  choices=[