fffiloni commited on
Commit
4250afc
1 Parent(s): cb3fd96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -74,7 +74,7 @@ def process_brightness(
74
  negative_prompt,
75
  conditioning_image,
76
  num_inference_steps=30,
77
- width=512,
78
  guidance_scale=7.0,
79
  seed=1234,
80
  ):
@@ -109,7 +109,7 @@ def process_brightness(
109
  def infer(video_in, trim_value, prompt,
110
  negative_prompt,
111
  num_inference_steps=30,
112
- width=512,
113
  guidance_scale=7.0,
114
  seed=1234
115
  ):
@@ -138,7 +138,7 @@ def infer(video_in, trim_value, prompt,
138
  negative_prompt,
139
  conditioning_image,
140
  num_inference_steps=30,
141
- width=512,
142
  guidance_scale=7.0,
143
  seed=1234
144
  )
 
74
  negative_prompt,
75
  conditioning_image,
76
  num_inference_steps=30,
77
+ size=512,
78
  guidance_scale=7.0,
79
  seed=1234,
80
  ):
 
109
  def infer(video_in, trim_value, prompt,
110
  negative_prompt,
111
  num_inference_steps=30,
112
+ size=512,
113
  guidance_scale=7.0,
114
  seed=1234
115
  ):
 
138
  negative_prompt,
139
  conditioning_image,
140
  num_inference_steps=30,
141
+ size=512,
142
  guidance_scale=7.0,
143
  seed=1234
144
  )