lopho commited on
Commit
937a219
1 Parent(s): 556b961

remove masking

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -205,8 +205,7 @@ with gr.Blocks(title = 'Make-A-Video Stable Diffusion JAX', analytics_enabled =
205
  image_mode = 'RGB',
206
  type = 'pil',
207
  optional = True,
208
- source = 'upload',
209
- tool = 'sketch'
210
  )
211
  num_frames_input = gr.Slider(
212
  label = 'Number of frames to generate',
 
205
  image_mode = 'RGB',
206
  type = 'pil',
207
  optional = True,
208
+ source = 'upload'
 
209
  )
210
  num_frames_input = gr.Slider(
211
  label = 'Number of frames to generate',