Huiwenshi commited on
Commit
f5e2975
·
verified ·
1 Parent(s): a3073d2

Upload app_hg.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app_hg.py +1 -1
app_hg.py CHANGED
@@ -240,7 +240,7 @@ def stage_2_i2v(image, seed, step, save_folder):
240
  show_img = Image.fromarray(show_img)
241
  return views_img, cond_img, show_img
242
 
243
- @space.GPU
244
  def stage_3_v23(
245
  views_pil,
246
  cond_pil,
 
240
  show_img = Image.fromarray(show_img)
241
  return views_img, cond_img, show_img
242
 
243
+ @spaces.GPU
244
  def stage_3_v23(
245
  views_pil,
246
  cond_pil,