Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
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 |
|