Spaces:
Runtime error
Runtime error
set GPU duration to 16
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def can_expand(source_width, source_height, target_width, target_height, alignme
|
|
| 53 |
return True
|
| 54 |
|
| 55 |
|
| 56 |
-
@spaces.GPU(duration=
|
| 57 |
def infer(image, width, height, overlap_width, num_inference_steps, prompt_input=None, alignment="Middle"):
|
| 58 |
|
| 59 |
source = image
|
|
|
|
| 53 |
return True
|
| 54 |
|
| 55 |
|
| 56 |
+
@spaces.GPU(duration=16)
|
| 57 |
def infer(image, width, height, overlap_width, num_inference_steps, prompt_input=None, alignment="Middle"):
|
| 58 |
|
| 59 |
source = image
|