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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ 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",
 
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 this is just my attempt to hook it up in the hugging face space environment it up into a hugging face space. still need some more testing and such but would be cool to hook up step number and then 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",