jsperez commited on
Commit
1bf5df8
·
verified ·
1 Parent(s): 7cad7e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ pipe = pipeline(
24
  )
25
 
26
 
27
- @spaces.GPU(duration=500)
28
  def transcribe(inputs, task):
29
  if inputs is None:
30
  raise gr.Error("No audio file submitted! Please upload or record an audio file before submitting your request.")
 
24
  )
25
 
26
 
27
+ @spaces.GPU(duration=120)
28
  def transcribe(inputs, task):
29
  if inputs is None:
30
  raise gr.Error("No audio file submitted! Please upload or record an audio file before submitting your request.")