fffiloni commited on
Commit
cfbd401
·
1 Parent(s): edb7218

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ class AnimateController:
217
 
218
  sample = pipeline(
219
  prompt_textbox,
220
- init_image = "resized.png",
221
  negative_prompt = negative_prompt_textbox,
222
  num_inference_steps = 25,
223
  guidance_scale = 8.,
 
217
 
218
  sample = pipeline(
219
  prompt_textbox,
220
+ init_image = "resized.jpg",
221
  negative_prompt = negative_prompt_textbox,
222
  num_inference_steps = 25,
223
  guidance_scale = 8.,