陈硕 commited on
Commit
35e1189
1 Parent(s): 6f2359b

update duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ def convert_prompt(prompt: str, image_path: str = None, retry_times: int = 3) ->
240
  return prompt
241
 
242
 
243
- @spaces.GPU
244
  def infer(
245
  prompt: str,
246
  orbit_type: str,
 
240
  return prompt
241
 
242
 
243
+ @spaces.GPU(duration=120)
244
  def infer(
245
  prompt: str,
246
  orbit_type: str,