Spaces:
Running
on
T4
Running
on
T4
yizhangliu
commited on
Commit
•
3f45e36
1
Parent(s):
9dedc76
update app.py
Browse files
app.py
CHANGED
@@ -596,7 +596,7 @@ def run_anything_task(input_image, text_prompt, task_type, inpaint_prompt, box_t
|
|
596 |
time_cost_str = ''
|
597 |
run_task_time, time_cost_str = get_time_cost(run_task_time, time_cost_str)
|
598 |
|
599 |
-
logger.info(f"input_image==={input_image}")
|
600 |
if 'background' in input_image.keys():
|
601 |
input_image['image'] = input_image['background'].convert("RGB")
|
602 |
if len(input_image['layers']) > 0:
|
|
|
596 |
time_cost_str = ''
|
597 |
run_task_time, time_cost_str = get_time_cost(run_task_time, time_cost_str)
|
598 |
|
599 |
+
# logger.info(f"input_image==={input_image}")
|
600 |
if 'background' in input_image.keys():
|
601 |
input_image['image'] = input_image['background'].convert("RGB")
|
602 |
if len(input_image['layers']) > 0:
|