derektan commited on
Commit
2aeda3a
Β·
1 Parent(s): 94b23c1

Increased inference timeout duration

Browse files
Files changed (1) hide show
  1. app_multimodal_inference.py +1 -1
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=5)
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,