Spaces:
Running
on
Zero
Running
on
Zero
derektan
commited on
Commit
Β·
2aeda3a
1
Parent(s):
94b23c1
Increased inference timeout duration
Browse files
app_multimodal_inference.py
CHANGED
|
@@ -149,7 +149,7 @@ def _array_to_pil(arr: np.ndarray) -> Image.Image:
|
|
| 149 |
|
| 150 |
# ββββββββββββββββββββββββββ main inference ββββββββββββββββββββββββββββ
|
| 151 |
# integration with ZeroGPU on hf
|
| 152 |
-
@spaces.GPU(duration=
|
| 153 |
def process(
|
| 154 |
sat_img: Image.Image,
|
| 155 |
taxonomy: str,
|
|
|
|
| 149 |
|
| 150 |
# ββββββββββββββββββββββββββ main inference ββββββββββββββββββββββββββββ
|
| 151 |
# integration with ZeroGPU on hf
|
| 152 |
+
@spaces.GPU(duration=20)
|
| 153 |
def process(
|
| 154 |
sat_img: Image.Image,
|
| 155 |
taxonomy: str,
|