Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -187,6 +187,7 @@ def generate_sfx(video_path):
|
|
| 187 |
|
| 188 |
# Add the file path to our list
|
| 189 |
output_audio_files.append(output_filename)
|
|
|
|
| 190 |
|
| 191 |
except Exception as e:
|
| 192 |
print(f"ElevenLabs error on prompt {i}: {e}")
|
|
|
|
| 187 |
|
| 188 |
# Add the file path to our list
|
| 189 |
output_audio_files.append(output_filename)
|
| 190 |
+
time.sleep(5)
|
| 191 |
|
| 192 |
except Exception as e:
|
| 193 |
print(f"ElevenLabs error on prompt {i}: {e}")
|