kiwhansong commited on
Commit
0afe03d
·
1 Parent(s): 5531e62

fix readme & batch size

Browse files
Files changed (2) hide show
  1. README.md +4 -4
  2. config.yaml +1 -1
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  title: Diffusion Forcing Transformer
3
  emoji: 📚
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 5.15.0
8
  app_file: app.py
9
- pinned: false
10
  license: mit
11
- short_description: Generate a realistic video from one or more images
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Diffusion Forcing Transformer
3
  emoji: 📚
4
+ colorFrom: indigo
5
+ colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.15.0
8
  app_file: app.py
9
+ pinned: true
10
  license: mit
11
+ short_description: Generate a video from any number of images
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
config.yaml CHANGED
@@ -121,7 +121,7 @@ tasks:
121
  name: vanilla
122
  guidance_scale: 1
123
  visualize: False
124
- max_batch_size: null
125
  logging:
126
  deterministic: null
127
  loss_freq: 100
 
121
  name: vanilla
122
  guidance_scale: 1
123
  visualize: False
124
+ max_batch_size: 4
125
  logging:
126
  deterministic: null
127
  loss_freq: 100