Spaces:
Runtime error
Runtime error
Update app.py
#37
by
nexuseter - opened
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def cleanup_files(*files):
|
|
| 60 |
os.remove(file)
|
| 61 |
print(f"Removed file: {file}")
|
| 62 |
|
| 63 |
-
@spaces.GPU(duration=
|
| 64 |
def transcribe_audio(file_path):
|
| 65 |
print(f"Starting transcription of file: {file_path}")
|
| 66 |
temp_audio = None
|
|
|
|
| 60 |
os.remove(file)
|
| 61 |
print(f"Removed file: {file}")
|
| 62 |
|
| 63 |
+
@spaces.GPU(duration=300)
|
| 64 |
def transcribe_audio(file_path):
|
| 65 |
print(f"Starting transcription of file: {file_path}")
|
| 66 |
temp_audio = None
|