Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -436,7 +436,7 @@ def get_inference_duration(
|
|
| 436 |
return 10 + gen_time
|
| 437 |
|
| 438 |
|
| 439 |
-
@spaces.GPU(duration=
|
| 440 |
def run_inference(
|
| 441 |
resized_image,
|
| 442 |
processed_last_image,
|
|
|
|
| 436 |
return 10 + gen_time
|
| 437 |
|
| 438 |
|
| 439 |
+
@spaces.GPU(duration=60)
|
| 440 |
def run_inference(
|
| 441 |
resized_image,
|
| 442 |
processed_last_image,
|