Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ def ui_full(launch_kwargs):
|
|
166 |
submit.click(predict_full, inputs=[model, text, melody, duration, topk, topp, temperature, cfg_coef], outputs=[output])
|
167 |
gr.Examples(
|
168 |
fn=predict_full,
|
169 |
-
examples=[
|
170 |
[
|
171 |
"An 80s driving pop song with heavy drums and synth pads in the background",
|
172 |
"./assets/bach.mp3",
|
|
|
166 |
submit.click(predict_full, inputs=[model, text, melody, duration, topk, topp, temperature, cfg_coef], outputs=[output])
|
167 |
gr.Examples(
|
168 |
fn=predict_full,
|
169 |
+
#examples=[
|
170 |
[
|
171 |
"An 80s driving pop song with heavy drums and synth pads in the background",
|
172 |
"./assets/bach.mp3",
|