Update demos/musicgen_app.py
Browse files- demos/musicgen_app.py +2 -2
demos/musicgen_app.py
CHANGED
@@ -377,8 +377,8 @@ def ui_full(launch_kwargs):
|
|
377 |
).then(
|
378 |
predict_full,
|
379 |
inputs=[
|
380 |
-
|
381 |
-
|
382 |
decoder,
|
383 |
text,
|
384 |
melody,
|
|
|
377 |
).then(
|
378 |
predict_full,
|
379 |
inputs=[
|
380 |
+
model,
|
381 |
+
model_path,
|
382 |
decoder,
|
383 |
text,
|
384 |
melody,
|