Spaces:
Runtime error
Runtime error
zfff
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ def analyze_audio(audio_file_path):
|
|
| 67 |
print(f"Generating video for chunk {i + 1}...")
|
| 68 |
lyrics_with_timing = extract_lyrics(deepgram_response)
|
| 69 |
video = generate_video(lyrics_with_timing, last_frame)
|
| 70 |
-
last_frame = extract_last_frame(video)
|
| 71 |
print(f"Description for chunk {i + 1}: {description}")
|
| 72 |
print(f"Video for chunk {i + 1}: {video}")
|
| 73 |
|
|
|
|
| 67 |
print(f"Generating video for chunk {i + 1}...")
|
| 68 |
lyrics_with_timing = extract_lyrics(deepgram_response)
|
| 69 |
video = generate_video(lyrics_with_timing, last_frame)
|
| 70 |
+
#last_frame = extract_last_frame(video)
|
| 71 |
print(f"Description for chunk {i + 1}: {description}")
|
| 72 |
print(f"Video for chunk {i + 1}: {video}")
|
| 73 |
|