Spaces:
Runtime error
Runtime error
remove masking
Browse files
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',
|