Spaces:
Runtime error
Runtime error
Commit
·
8b6134c
1
Parent(s):
ca33d1e
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,7 +130,8 @@ iface = gr.Interface(
|
|
| 130 |
inputs=[gr.inputs.Textbox(default="PIECE_START")],
|
| 131 |
outputs=['audio'],
|
| 132 |
title=title,
|
| 133 |
-
examples=[["PIECE_START"], ["PIECE_START STYLE=JSFAKES GENRE=JSFAKES TRACK_START INST=48 BAR_START NOTE_ON=61"]]
|
|
|
|
| 134 |
)
|
| 135 |
|
| 136 |
iface.launch(debug=True)
|
|
|
|
| 130 |
inputs=[gr.inputs.Textbox(default="PIECE_START")],
|
| 131 |
outputs=['audio'],
|
| 132 |
title=title,
|
| 133 |
+
examples=[["PIECE_START"], ["PIECE_START STYLE=JSFAKES GENRE=JSFAKES TRACK_START INST=48 BAR_START NOTE_ON=61"]],
|
| 134 |
+
article="This demo is inspired in the notebook from https://huggingface.co/TristanBehrens/js-fakes-4bars"
|
| 135 |
)
|
| 136 |
|
| 137 |
iface.launch(debug=True)
|