asigalov61
commited on
Commit
•
5a9b440
1
Parent(s):
9aa0544
Update app.py
Browse files
app.py
CHANGED
@@ -206,15 +206,14 @@ if __name__ == "__main__":
|
|
206 |
|
207 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Imagen POP Music Medley Diffusion Transformer</h1>")
|
208 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Generate unique POP music medleys with Imagen diffusion transformer</h1>")
|
209 |
-
gr.Markdown(
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
" for custom MIDI melody option, faster execution and endless generation")
|
214 |
|
215 |
-
|
216 |
|
217 |
-
run_btn = gr.Button("
|
218 |
|
219 |
gr.Markdown("## Generation results")
|
220 |
|
|
|
206 |
|
207 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Imagen POP Music Medley Diffusion Transformer</h1>")
|
208 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Generate unique POP music medleys with Imagen diffusion transformer</h1>")
|
209 |
+
gr.Markdown("![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Imagen-POP-Music-Medley-Diffusion-Transformer&style=flat)\n\n"
|
210 |
+
"This is a demo for MIDI Images dataset\n\n"
|
211 |
+
"Please see [MIDI Images](https://huggingface.co/datasets/asigalov61/MIDI-Images) Hugging Face repo for more information\n\n"
|
212 |
+
)
|
|
|
213 |
|
214 |
+
input_num_medley_comps = gr.Slider(1, 64, value=8, step=1, label="Number of medley compositions")
|
215 |
|
216 |
+
run_btn = gr.Button("Generate POP Medley", variant="primary")
|
217 |
|
218 |
gr.Markdown("## Generation results")
|
219 |
|