asigalov61
commited on
Commit
•
d0954a6
1
Parent(s):
c9d9ce3
Update app.py
Browse files
app.py
CHANGED
@@ -211,8 +211,8 @@ if __name__ == "__main__":
|
|
211 |
gr.Markdown(
|
212 |
"![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Melody2Song-Seq2Seq-Music-Transformer&style=flat)\n\n")
|
213 |
"[Open In Colab]"
|
214 |
-
"(https://colab.research.google.com/
|
215 |
-
" for faster execution and endless generation"
|
216 |
input_melody_seed_number = gr.Slider(0, 203664, value=0, step=1, label="Select seed melody number")
|
217 |
|
218 |
run_btn = gr.Button("generate", variant="primary")
|
|
|
211 |
gr.Markdown(
|
212 |
"![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Melody2Song-Seq2Seq-Music-Transformer&style=flat)\n\n")
|
213 |
"[Open In Colab]"
|
214 |
+
"(https://colab.research.google.com/#fileId=https://huggingface.co/spaces/asigalov61/Melody2Song-Seq2Seq-Music-Transformer/blob/main/Melody2Song_Seq2Seq_Music_Transformer.ipynb)"
|
215 |
+
" for custom MIDI melody option, faster execution and endless generation"
|
216 |
input_melody_seed_number = gr.Slider(0, 203664, value=0, step=1, label="Select seed melody number")
|
217 |
|
218 |
run_btn = gr.Button("generate", variant="primary")
|