Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -838,7 +838,7 @@ def get_duration(
|
|
| 838 |
):
|
| 839 |
extra_time = 0
|
| 840 |
|
| 841 |
-
if audio_path is not None
|
| 842 |
extra_time += 10
|
| 843 |
|
| 844 |
if duration <= 5:
|
|
|
|
| 838 |
):
|
| 839 |
extra_time = 0
|
| 840 |
|
| 841 |
+
if audio_path is not None:
|
| 842 |
extra_time += 10
|
| 843 |
|
| 844 |
if duration <= 5:
|