Spaces:
Runtime error
Runtime error
Commit
·
06b92a6
1
Parent(s):
ae0e195
fix missing comma
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def generate_description_fn(
|
|
111 |
|
112 |
image = pipe(
|
113 |
prompt=prompt,
|
114 |
-
control_image=control_image
|
115 |
guidance_scale=0.,
|
116 |
num_inference_steps=4,
|
117 |
width=1420,
|
|
|
111 |
|
112 |
image = pipe(
|
113 |
prompt=prompt,
|
114 |
+
control_image=control_image,
|
115 |
guidance_scale=0.,
|
116 |
num_inference_steps=4,
|
117 |
width=1420,
|