Spaces:
Runtime error
Runtime error
more tags
Browse filesanother type
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()
|