pentarosarium commited on
Commit
2256e1f
·
1 Parent(s): 601d2f9

cut GPU drtn

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -770,7 +770,7 @@ def create_output_file(df, uploaded_file):
770
 
771
 
772
 
773
- @spaces.GPU(duration=300)
774
  def process_and_download(file_bytes, control=None):
775
  """Synchronous wrapper for async processing"""
776
  if file_bytes is None:
 
770
 
771
 
772
 
773
+ @spaces.GPU(duration=120)
774
  def process_and_download(file_bytes, control=None):
775
  """Synchronous wrapper for async processing"""
776
  if file_bytes is None: