Skip to content

Commit

Permalink
Update app_onnx.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyTNT committed Oct 2, 2024
1 parent 3f68dd6 commit 34a0484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def get_tokenizer(config_name):
"[Open In Colab]"
"(https://colab.research.google.com/github/SkyTNT/midi-model/blob/main/demo.ipynb)"
" for faster running and longer generation\n\n"
"**Update v1.2**: Optimise the tokenizer and dataset"
"**Update v1.3**: MIDITokenizerV2 and new MidiVisualizer"
)
js_msg = gr.Textbox(elem_id="msg_receiver", visible=False)
js_msg.change(None, [js_msg], [], js="""
Expand Down

0 comments on commit 34a0484

Please sign in to comment.