Spaces:
Running
on
Zero
Running
on
Zero
Update src/app.py
Browse files- 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,
|