Yaron Koresh commited on
Commit
bbff51c
·
verified ·
1 Parent(s): 9b445e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -131,6 +131,7 @@ def generate_random_string(length):
131
  @spaces.GPU(duration=65)
132
  def Piper(image,positive,negative,motion):
133
  global last_motion
 
134
 
135
  #pipe.unet.load_state_dict(load_file(hf_hub_download(repo, ckpt), device=device), strict=False)
136
 
 
131
  @spaces.GPU(duration=65)
132
  def Piper(image,positive,negative,motion):
133
  global last_motion
134
+ global ip_loaded
135
 
136
  #pipe.unet.load_state_dict(load_file(hf_hub_download(repo, ckpt), device=device), strict=False)
137