multimodalart HF Staff commited on
Commit
d4bd6b7
·
verified ·
1 Parent(s): 6e5b75b

Update app.py

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