Hugo Flores Garcia commited on
Commit
49febdc
1 Parent(s): 3391d3e

description

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -186,9 +186,9 @@ with gr.Blocks() as demo:
186
 
187
  with gr.Row():
188
  with gr.Column():
189
- gr.Markdown("# VampNet Audio Vamping")
190
  gr.Markdown("""## Description:
191
- This is a demo of the VampNet, a generative audio model that transforms the input audio based on the chosen settings.
192
  You can control the extent and nature of variation with a set of manual controls and presets.
193
  Use this interface to experiment with different mask settings and explore the audio outputs.
194
  """)
@@ -196,8 +196,8 @@ with gr.Blocks() as demo:
196
  gr.Markdown("""
197
  ## Instructions:
198
  1. You can start by uploading some audio, or by loading the example audio.
199
- 2. Choose a preset for the vamp operation, or manually adjust the controls to customize the mask settings.
200
- 3. Click the "generate (vamp)!!!" button to apply the vamp operation. Listen to the output audio.
201
  4. Optionally, you can add some notes and save the result.
202
  5. You can also use the output as the new input and continue experimenting!
203
  """)
 
186
 
187
  with gr.Row():
188
  with gr.Column():
189
+ gr.Markdown("# VampNet")
190
  gr.Markdown("""## Description:
191
+ This is a demo of VampNet, a masked generative music model capable of doing music variations.
192
  You can control the extent and nature of variation with a set of manual controls and presets.
193
  Use this interface to experiment with different mask settings and explore the audio outputs.
194
  """)
 
196
  gr.Markdown("""
197
  ## Instructions:
198
  1. You can start by uploading some audio, or by loading the example audio.
199
+ 2. Choose a preset for the vamp operation, or manually adjust the controls to customize the mask settings. Click the load preset button.
200
+ 3. Click the "generate (vamp)!!!" button to generate audio. Listen to the output audio, and the masked audio to hear the mask hints.
201
  4. Optionally, you can add some notes and save the result.
202
  5. You can also use the output as the new input and continue experimenting!
203
  """)