asigalov61 commited on
Commit
932ddff
1 Parent(s): 930090d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -548,7 +548,7 @@ print('=' * 70)
548
 
549
  with gr.Blocks() as demo:
550
 
551
- demo.load(reset)
552
 
553
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Giant Music Transformer</h1>")
554
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Fast multi-instrumental music transformer with true full MIDI instruments range, efficient encoding, octo-velocity and outro tokens</h1>")
 
548
 
549
  with gr.Blocks() as demo:
550
 
551
+ demo.load(reset_demo)
552
 
553
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Giant Music Transformer</h1>")
554
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Fast multi-instrumental music transformer with true full MIDI instruments range, efficient encoding, octo-velocity and outro tokens</h1>")