projectlosangeles commited on
Commit
2eb728e
·
verified ·
1 Parent(s): a618262

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -378,6 +378,7 @@ with gr.Blocks() as demo:
378
 
379
  gr.Markdown("## Upload source MIDI or select a sample MIDI on the bottom of the page")
380
  gr.Markdown("### PLEASE NOTE: The demo is limited and will only texture first 128 chords of the MIDI file")
 
381
 
382
  input_midi = gr.File(label="Input MIDI",
383
  file_types=[".midi", ".mid", ".kar"]
 
378
 
379
  gr.Markdown("## Upload source MIDI or select a sample MIDI on the bottom of the page")
380
  gr.Markdown("### PLEASE NOTE: The demo is limited and will only texture first 128 chords of the MIDI file")
381
+ gr.Markdown("### Please see [Inference Notebook](https://huggingface.co/asigalov61/Godzilla-Piano-Transformer/blob/main/inference_code/Godzilla_Piano_Chords_Texturing_Transformer.ipynb) for unlimited generation")
382
 
383
  input_midi = gr.File(label="Input MIDI",
384
  file_types=[".midi", ".mid", ".kar"]