Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def get_prompts(uploaded_image, track_duration, gen_intensity, gen_mode, openai_
|
|
118 |
musical_prompt = prompt
|
119 |
music_result = get_results(musical_prompt, track_duration, gen_intensity, gen_mode)
|
120 |
|
121 |
-
wave_file = convert_mp3_to_wav(music_result
|
122 |
|
123 |
time.sleep(1)
|
124 |
return wave_file, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
|
|
118 |
musical_prompt = prompt
|
119 |
music_result = get_results(musical_prompt, track_duration, gen_intensity, gen_mode)
|
120 |
|
121 |
+
wave_file = convert_mp3_to_wav(music_result)
|
122 |
|
123 |
time.sleep(1)
|
124 |
return wave_file, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|