Spaces:
Runtime error
Runtime error
Commit
·
03e9f30
1
Parent(s):
2e19a96
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def generate_song(reference_audio, lyrics_file, style_prompt, duration):
|
|
| 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 |
)
|
|
|
|
| 20 |
|
| 21 |
output_path = jamify_model.predict(
|
| 22 |
reference_audio_path=reference_audio,
|
| 23 |
+
lyrics_json_path=lyrics_file.name,
|
| 24 |
style_prompt=style_prompt,
|
| 25 |
duration_sec=duration
|
| 26 |
)
|