Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def load_example_controlnet():
|
|
| 107 |
inf_object_name = config["inference_info"]["inf_object_list"][0]
|
| 108 |
|
| 109 |
canny_path = './assets/depth_dir/gundam.png'
|
| 110 |
-
image_info = [image_path, canny_path, style_name, "", 1, 0.5, 50]
|
| 111 |
|
| 112 |
examples.append(image_info)
|
| 113 |
|
|
|
|
| 107 |
inf_object_name = config["inference_info"]["inf_object_list"][0]
|
| 108 |
|
| 109 |
canny_path = './assets/depth_dir/gundam.png'
|
| 110 |
+
image_info = [image_path, canny_path, style_name, "", 1, 0.5, 50] # empty text
|
| 111 |
|
| 112 |
examples.append(image_info)
|
| 113 |
|