Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -450,6 +450,15 @@ with gr.Blocks() as demo:
|
|
450 |
- **Natural Composition Endings**: Outro tokens that help generate smooth and natural musical conclusions.
|
451 |
""")
|
452 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
# Global state variables for composition
|
454 |
final_composition = gr.State([])
|
455 |
generated_batches = gr.State([])
|
|
|
450 |
- **Natural Composition Endings**: Outro tokens that help generate smooth and natural musical conclusions.
|
451 |
""")
|
452 |
|
453 |
+
gr.Markdown(
|
454 |
+
"""
|
455 |
+
## If you enjoyed Orpheus Music Transformer, please star and duplciate this space. It helps a lot! 🤗
|
456 |
+
[⭐ Star this Space](https://huggingface.co/spaces/asigalov61/Orpheus-Music-Transformer)
|
457 |
+
[🔁 Duplicate this Space](https://huggingface.co/spaces/asigalov61/Orpheus-Music-Transformer?duplicate=true)
|
458 |
+
"""
|
459 |
+
)
|
460 |
+
|
461 |
+
|
462 |
# Global state variables for composition
|
463 |
final_composition = gr.State([])
|
464 |
generated_batches = gr.State([])
|