asigalov61 commited on
Commit
6b831b9
·
verified ·
1 Parent(s): bfee5ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@
5
  """
6
  Orpheus Music Transformer Gradio App - Single Model, Simplified Version
7
  SOTA 8k multi-instrumental music transformer trained on 2.31M+ high-quality MIDIs
8
- Using one model which was trained for 3 full epochs"
9
  """
10
 
11
  import os
@@ -469,7 +469,7 @@ with gr.Blocks() as demo:
469
 
470
  gr.Markdown("<h1 style='text-align: left; margin-bottom: 1rem'>Orpheus Music Transformer</h1>")
471
  gr.Markdown("<h1 style='text-align: left; margin-bottom: 1rem'>SOTA 8k multi-instrumental music transformer trained on 2.31M+ high-quality MIDIs</h1>")
472
- gr.Markdown("<h1 style='text-align: left; margin-bottom: 1rem'>This is a WIP preview. Please check back soon for a final release!</h1>")
473
  gr.HTML("""
474
  Check out <a href="https://huggingface.co/datasets/projectlosangeles/Godzilla-MIDI-Dataset">Godzilla MIDI Dataset</a> on Hugging Face
475
  <p>
 
5
  """
6
  Orpheus Music Transformer Gradio App - Single Model, Simplified Version
7
  SOTA 8k multi-instrumental music transformer trained on 2.31M+ high-quality MIDIs
8
+ Using one model which was trained for ~2 epochs"
9
  """
10
 
11
  import os
 
469
 
470
  gr.Markdown("<h1 style='text-align: left; margin-bottom: 1rem'>Orpheus Music Transformer</h1>")
471
  gr.Markdown("<h1 style='text-align: left; margin-bottom: 1rem'>SOTA 8k multi-instrumental music transformer trained on 2.31M+ high-quality MIDIs</h1>")
472
+
473
  gr.HTML("""
474
  Check out <a href="https://huggingface.co/datasets/projectlosangeles/Godzilla-MIDI-Dataset">Godzilla MIDI Dataset</a> on Hugging Face
475
  <p>