v-e-n-o-m commited on
Commit
8e4c3ac
·
1 Parent(s): f92c780
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def temporary_files():
105
  logger.warning(f"Failed to delete temporary file {path}: {str(e)}")
106
 
107
  # Function to transcribe with a timeout
108
- async def transcribe_with_timeout(audio, timeout=120):
109
  loop = asyncio.get_event_loop()
110
 
111
  def _transcribe():
 
105
  logger.warning(f"Failed to delete temporary file {path}: {str(e)}")
106
 
107
  # Function to transcribe with a timeout
108
+ async def transcribe_with_timeout(audio, timeout=3000):
109
  loop = asyncio.get_event_loop()
110
 
111
  def _transcribe():