nakas commited on
Commit
21462bf
1 Parent(s): 7e73b22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -19,10 +19,9 @@ def generate_spectrogram_audio_and_loop(audio_file,model_id):
19
 
20
  demo = gr.Interface(fn=generate_spectrogram_audio_and_loop,
21
  title="Audio Diffusion",
22
- description="Generate audio using Huggingface diffusers.\
23
- This takes about 20 minutes without a GPU, so why not make yourself a \
24
- cup of tea in the meantime? (Or try the teticio/audio-diffusion-ddim-256 \
25
- model which is faster.)",
26
  inputs=[
27
  gr.Audio(source="upload",type="filepath"),
28
  gr.Dropdown(label="Model",
 
19
 
20
  demo = gr.Interface(fn=generate_spectrogram_audio_and_loop,
21
  title="Audio Diffusion",
22
+ description="Forked from https://huggingface.co/spaces/teticio/audio-diffusion Built to style transfer to audio using Huggingface diffusers.\
23
+ Outputs a 5 second audio clip with elements from the initial audio uploaded. This takes about 2 hours without a GPU, so why not bake a cake in the meantime? (Or try the teticio/audio-diffusion-ddim-256 \
24
+ model which is faster.) The code for doing style transfer method was already into teticio's repo and python notebooks I just, I think hooked it up into a hugging face space. still need some more testing and such but would be cool hook up step number and then to also do inpainting and outpointing In this space and get the api working with the updated pipelines",
 
25
  inputs=[
26
  gr.Audio(source="upload",type="filepath"),
27
  gr.Dropdown(label="Model",