Porjaz commited on
Commit
78caa12
·
verified ·
1 Parent(s): a06dda9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def return_prediction_w2v2_mic(mic=None, device=device):
76
  yield recap_result, download_path
77
 
78
 
79
- @spaces.GPU(duration=60)
80
  def return_prediction_w2v2_file(file=None, device=device):
81
  if file is not None:
82
  download_path = file.split(".")[0] + ".txt"
 
76
  yield recap_result, download_path
77
 
78
 
79
+ @spaces.GPU(duration=30)
80
  def return_prediction_w2v2_file(file=None, device=device):
81
  if file is not None:
82
  download_path = file.split(".")[0] + ".txt"