Fix typo wrong extension
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ class AnimateController:
|
|
234 |
|
235 |
sample = pipeline(
|
236 |
prompt_textbox,
|
237 |
-
init_image = "sd_converted.
|
238 |
negative_prompt = negative_prompt_textbox,
|
239 |
num_inference_steps = 25,
|
240 |
guidance_scale = 8.,
|
|
|
234 |
|
235 |
sample = pipeline(
|
236 |
prompt_textbox,
|
237 |
+
init_image = "sd_converted.png",
|
238 |
negative_prompt = negative_prompt_textbox,
|
239 |
num_inference_steps = 25,
|
240 |
guidance_scale = 8.,
|