jiuface commited on
Commit
8468be4
1 Parent(s): 0b20c16

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -146,7 +146,7 @@ class calculateDuration:
146
  print(f"Elapsed time: {self.elapsed_time:.6f} seconds")
147
 
148
 
149
- @spaces.GPU
150
  def process(
151
  input_image: Image.Image,
152
  image_url:str,
 
146
  print(f"Elapsed time: {self.elapsed_time:.6f} seconds")
147
 
148
 
149
+ @spaces.GPU(duration=120)
150
  def process(
151
  input_image: Image.Image,
152
  image_url:str,