Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def process_audio(audio_file):
|
|
48 |
stderr=subprocess.PIPE,
|
49 |
text=True,
|
50 |
cwd=os.getcwd(), # Ensure correct working directory
|
51 |
-
timeout=
|
52 |
)
|
53 |
|
54 |
# Log full command output
|
|
|
48 |
stderr=subprocess.PIPE,
|
49 |
text=True,
|
50 |
cwd=os.getcwd(), # Ensure correct working directory
|
51 |
+
timeout=1800
|
52 |
)
|
53 |
|
54 |
# Log full command output
|