Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -432,13 +432,8 @@ with gr.Blocks() as demo:
|
|
432 |
|
433 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Guided Accompaniment Transformer</h1>")
|
434 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Guided melody accompaniment generation with transformers</h1>")
|
435 |
-
gr.HTML("""
|
436 |
-
|
437 |
-
|
438 |
-
<p>
|
439 |
-
<a href="https://pypi.org/project/monsterpianotransformer/">
|
440 |
-
<img src="https://upload.wikimedia.org/wikipedia/commons/6/64/PyPI_logo.svg" alt="PyPI Project" style="width: 100px; height: auto;">
|
441 |
-
</a> or
|
442 |
<a href="https://huggingface.co/spaces/asigalov61/Guided-Accompaniment-Transformer?duplicate=true">
|
443 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate in Hugging Face">
|
444 |
</a>
|
|
|
432 |
|
433 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Guided Accompaniment Transformer</h1>")
|
434 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Guided melody accompaniment generation with transformers</h1>")
|
435 |
+
gr.HTML("""
|
436 |
+
<p>
|
|
|
|
|
|
|
|
|
|
|
437 |
<a href="https://huggingface.co/spaces/asigalov61/Guided-Accompaniment-Transformer?duplicate=true">
|
438 |
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" alt="Duplicate in Hugging Face">
|
439 |
</a>
|