Ruining Li commited on
Commit
5ecabd0
1 Parent(s): 897a949
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ def sample_from_noise(model, scheduler, cond_latent, cond_embedding, drags,
319
  return latents
320
 
321
 
322
- @spaces.GPU(duration=40)
323
  def generate_image(img_cond, seed, cfg_scale, drags_list):
324
  if img_cond is None:
325
  gr.Warning("Please preprocess the image first.")
 
319
  return latents
320
 
321
 
322
+ @spaces.GPU(duration=100)
323
  def generate_image(img_cond, seed, cfg_scale, drags_list):
324
  if img_cond is None:
325
  gr.Warning("Please preprocess the image first.")