Katpeeler commited on
Commit
2d85711
·
1 Parent(s): 1398337

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ iface = gr.Interface(
132
  outputs=['audio'],
133
  title=title,
134
  #examples=[["PIECE_START"], ["PIECE_START STYLE=JSFAKES GENRE=JSFAKES TRACK_START INST=48 BAR_START NOTE_ON=61"]],
135
- article="This demo is inspired in the notebook from https://huggingface.co/TristanBehrens/js-fakes-4bars. Example: ["PIECE_START"], ["PIECE_START STYLE=JSFAKES GENRE=JSFAKES TRACK_START INST=48 BAR_START NOTE_ON=61"]"
136
  )
137
 
138
  iface.launch(debug=True)
 
132
  outputs=['audio'],
133
  title=title,
134
  #examples=[["PIECE_START"], ["PIECE_START STYLE=JSFAKES GENRE=JSFAKES TRACK_START INST=48 BAR_START NOTE_ON=61"]],
135
+ article="This demo is inspired in the notebook from https://huggingface.co/TristanBehrens/js-fakes-4bars."
136
  )
137
 
138
  iface.launch(debug=True)