Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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)
|