Spaces:
Runtime error
Runtime error
Commit
·
4474af1
1
Parent(s):
fa9460e
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,8 +19,8 @@ def generate_song(reference_audio, lyrics_file, style_prompt, duration):
|
|
| 19 |
# (This part of the model could be improved to accept the string directly)
|
| 20 |
|
| 21 |
output_path = jamify_model.predict(
|
| 22 |
-
reference_audio_path=
|
| 23 |
-
lyrics_json_path=
|
| 24 |
style_prompt=style_prompt,
|
| 25 |
duration_sec=duration
|
| 26 |
)
|
|
|
|
| 19 |
# (This part of the model could be improved to accept the string directly)
|
| 20 |
|
| 21 |
output_path = jamify_model.predict(
|
| 22 |
+
reference_audio_path=reference_audio,
|
| 23 |
+
lyrics_json_path=lyrics_file,
|
| 24 |
style_prompt=style_prompt,
|
| 25 |
duration_sec=duration
|
| 26 |
)
|