Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -805,7 +805,7 @@ class ChatBotUI(object):
|
|
| 805 |
outputs=chat_outputs)
|
| 806 |
|
| 807 |
########################################
|
| 808 |
-
@spaces.GPU(duration=
|
| 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:
|