asigalov61 commited on
Commit
26a388d
·
verified ·
1 Parent(s): 7d0b6d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
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([])