Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#==================================================================================
|
2 |
-
# https://huggingface.co/spaces/asigalov61/
|
3 |
#==================================================================================
|
4 |
|
5 |
print('=' * 70)
|
@@ -433,8 +433,8 @@ with gr.Blocks() as demo:
|
|
433 |
|
434 |
#==================================================================================
|
435 |
|
436 |
-
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>
|
437 |
-
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>
|
438 |
gr.HTML("""
|
439 |
<p>
|
440 |
<a href="https://huggingface.co/spaces/asigalov61/Guided-Accompaniment-Transformer?duplicate=true">
|
|
|
1 |
#==================================================================================
|
2 |
+
# https://huggingface.co/spaces/asigalov61/Karaoke-Transformer
|
3 |
#==================================================================================
|
4 |
|
5 |
print('=' * 70)
|
|
|
433 |
|
434 |
#==================================================================================
|
435 |
|
436 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Karaoke Transformer</h1>")
|
437 |
+
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Generate Karaoke MIDI composition from any lyrics</h1>")
|
438 |
gr.HTML("""
|
439 |
<p>
|
440 |
<a href="https://huggingface.co/spaces/asigalov61/Guided-Accompaniment-Transformer?duplicate=true">
|