Spaces:
Sleeping
Sleeping
remove space
Browse files
app.py
CHANGED
@@ -194,7 +194,6 @@ def generate(
|
|
194 |
elif "ControlNet" in pipeline_to_benchmark:
|
195 |
image = utils.get_image_for_controlnet(pipeline_to_benchmark)
|
196 |
call_args.update({"image": image})
|
197 |
-
|
198 |
elif "Adapters" in pipeline_to_benchmark:
|
199 |
image = utils.get_image_for_adapters(pipeline_to_benchmark)
|
200 |
call_args.update({"image": image})
|
|
|
194 |
elif "ControlNet" in pipeline_to_benchmark:
|
195 |
image = utils.get_image_for_controlnet(pipeline_to_benchmark)
|
196 |
call_args.update({"image": image})
|
|
|
197 |
elif "Adapters" in pipeline_to_benchmark:
|
198 |
image = utils.get_image_for_adapters(pipeline_to_benchmark)
|
199 |
call_args.update({"image": image})
|