lopho commited on
Commit
068b52a
1 Parent(s): 46fb568

this is a cuter example

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. app.py +2 -3
.gitattributes CHANGED
@@ -1,4 +1,5 @@
1
  *.webp filter=lfs diff=lfs merge=lfs -text
 
2
  *.7z filter=lfs diff=lfs merge=lfs -text
3
  *.arrow filter=lfs diff=lfs merge=lfs -text
4
  *.bin filter=lfs diff=lfs merge=lfs -text
 
1
  *.webp filter=lfs diff=lfs merge=lfs -text
2
+ *.gif filter=lfs diff=lfs merge=lfs -text
3
  *.7z filter=lfs diff=lfs merge=lfs -text
4
  *.arrow filter=lfs diff=lfs merge=lfs -text
5
  *.bin filter=lfs diff=lfs merge=lfs -text
app.py CHANGED
@@ -220,8 +220,7 @@ with gr.Blocks(title = 'Make-A-Video Stable Diffusion JAX', analytics_enabled =
220
  image_mode = 'RGB',
221
  type = 'pil',
222
  optional = True,
223
- source = 'upload',
224
- value = 'example_input.png'
225
  )
226
  inference_steps_input = gr.Slider(
227
  label = 'Steps',
@@ -281,7 +280,7 @@ with gr.Blocks(title = 'Make-A-Video Stable Diffusion JAX', analytics_enabled =
281
  patience = gr.Markdown('**Please be patient. The model might have to compile with current parameters.**')
282
  image_output = gr.Image(
283
  label = 'Output',
284
- value = 'example.webp',
285
  interactive = False
286
  )
287
  #trigger_inputs = [ image_input, inference_steps_input, height_input, width_input, num_frames_input, scheduler_input ]
 
220
  image_mode = 'RGB',
221
  type = 'pil',
222
  optional = True,
223
+ source = 'upload'
 
224
  )
225
  inference_steps_input = gr.Slider(
226
  label = 'Steps',
 
280
  patience = gr.Markdown('**Please be patient. The model might have to compile with current parameters.**')
281
  image_output = gr.Image(
282
  label = 'Output',
283
+ value = 'example.gif',
284
  interactive = False
285
  )
286
  #trigger_inputs = [ image_input, inference_steps_input, height_input, width_input, num_frames_input, scheduler_input ]