lopho commited on
Commit
9c0fdcf
1 Parent(s): 8905bfd

another type

Files changed (2) hide show
  1. README.md +6 -0
  2. app.py +1 -1
README.md CHANGED
@@ -8,6 +8,12 @@ sdk_version: 3.28.0
8
  app_file: app.py
9
  pinned: true
10
  license: agpl-3.0
 
 
 
 
 
 
11
  tags:
12
  - jax-diffusers-event
13
  ---
 
8
  app_file: app.py
9
  pinned: true
10
  license: agpl-3.0
11
+ library_name: diffusers
12
+ pipeline_tag: text-to-video
13
+ datasets:
14
+ - TempoFunk/tempofunk-s
15
+ models:
16
+ - TempoFunk/makeavid-sd-jax
17
  tags:
18
  - jax-diffusers-event
19
  ---
app.py CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(title = 'Make-A-Video Stable Diffusion JAX', analytics_enabled =
252
  inputs = trigger_inputs,
253
  outputs = will_trigger
254
  )
255
- cancel_button(cancels = ev)
256
 
257
  demo.queue(concurrency_count = 1, max_size = 16)
258
  demo.launch()
 
252
  inputs = trigger_inputs,
253
  outputs = will_trigger
254
  )
255
+ cancel_button.click(cancels = ev)
256
 
257
  demo.queue(concurrency_count = 1, max_size = 16)
258
  demo.launch()