pan-yl commited on
Commit
6e11c9d
1 Parent(s): b4de814
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -805,7 +805,7 @@ class ChatBotUI(object):
805
  outputs=chat_outputs)
806
 
807
  ########################################
808
- @spaces.GPU(duration=60)
809
  def run_example(task, img, img_mask, ref1, prompt, seed):
810
  edit_image, edit_image_mask, edit_task = [], [], []
811
  if img is not None:
 
805
  outputs=chat_outputs)
806
 
807
  ########################################
808
+ @spaces.GPU(duration=600)
809
  def run_example(task, img, img_mask, ref1, prompt, seed):
810
  edit_image, edit_image_mask, edit_task = [], [], []
811
  if img is not None: