linoyts HF Staff commited on
Commit
663b3d8
·
verified ·
1 Parent(s): b36bbcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ def use_output_as_input(output_images):
215
  return output_images
216
 
217
  # --- Main Inference Function (with hardcoded negative prompt) ---
218
- @spaces.GPU(duration=300)
219
  def infer(
220
  images,
221
  prompt,
 
215
  return output_images
216
 
217
  # --- Main Inference Function (with hardcoded negative prompt) ---
218
+ @spaces.GPU()
219
  def infer(
220
  images,
221
  prompt,