GrayShine commited on
Commit
019f472
β€’
1 Parent(s): 5d09556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -219,7 +219,6 @@ def video_generation(text, image, scfg_scale, tcfg_scale, img_cfg_scale, diffusi
219
  global output_path
220
  global use_fp16
221
  global model
222
- global diffusion
223
  global vae
224
  global text_encoder
225
  global image_encoder
@@ -258,7 +257,6 @@ def video_prediction(text, image, scfg_scale, tcfg_scale, img_cfg_scale, prefram
258
  global output_path
259
  global use_fp16
260
  global model
261
- global diffusion
262
  global vae
263
  global text_encoder
264
  global image_encoder
 
219
  global output_path
220
  global use_fp16
221
  global model
 
222
  global vae
223
  global text_encoder
224
  global image_encoder
 
257
  global output_path
258
  global use_fp16
259
  global model
 
260
  global vae
261
  global text_encoder
262
  global image_encoder