Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def get_localization_prompt(pil_image: Image.Image, instruction: str) -> List[di
|
|
63 |
}
|
64 |
]
|
65 |
|
66 |
-
@spaces.GPU(duration=
|
67 |
def run_inference_localization(
|
68 |
messages_for_template: List[dict[str, Any]],
|
69 |
pil_image_for_processing: Image.Image
|
|
|
63 |
}
|
64 |
]
|
65 |
|
66 |
+
@spaces.GPU(duration=20)
|
67 |
def run_inference_localization(
|
68 |
messages_for_template: List[dict[str, Any]],
|
69 |
pil_image_for_processing: Image.Image
|