fffiloni commited on
Commit
32d058f
1 Parent(s): 00cdda2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -138,7 +138,6 @@ def infer(video_in, trim_value, prompt,
138
  negative_prompt,
139
  conditioning_image,
140
  num_inference_steps=30,
141
- size=768,
142
  guidance_scale=7.0,
143
  seed=1234
144
  )
@@ -211,7 +210,7 @@ with gr.Blocks() as demo:
211
  variant="primary"
212
  )
213
  with gr.Column(min_width=300):
214
- output = gr.Image(
215
  label="Result",
216
  )
217
 
 
138
  negative_prompt,
139
  conditioning_image,
140
  num_inference_steps=30,
 
141
  guidance_scale=7.0,
142
  seed=1234
143
  )
 
210
  variant="primary"
211
  )
212
  with gr.Column(min_width=300):
213
+ output = gr.Video(
214
  label="Result",
215
  )
216