Spaces:
Runtime error
Runtime error
yizhangliu
commited on
Commit
β’
b4fd607
1
Parent(s):
85e26b8
Update app.py
Browse files
app.py
CHANGED
@@ -530,7 +530,7 @@ def run_anything_task(input_image, text_prompt, task_type, inpaint_prompt, box_t
|
|
530 |
return [], gr.Gallery.update(label='Please upload a image!ππππ')
|
531 |
|
532 |
file_temp = int(time.time())
|
533 |
-
logger.info(f'
|
534 |
|
535 |
output_images = []
|
536 |
|
|
|
530 |
return [], gr.Gallery.update(label='Please upload a image!ππππ')
|
531 |
|
532 |
file_temp = int(time.time())
|
533 |
+
logger.info(f'run_anything_task_002/{device}_[{file_temp}]_{task_type}/{inpaint_mode}/[{mask_source_radio}]/{remove_mode}/{remove_mask_extend}_[{text_prompt}]/[{inpaint_prompt}]___1_')
|
534 |
|
535 |
output_images = []
|
536 |
|