Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
49febdc
1
Parent(s):
3391d3e
description
Browse files
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
|
| 190 |
gr.Markdown("""## Description:
|
| 191 |
-
This is a demo of
|
| 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
|
| 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 |
""")
|