Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -401,10 +401,10 @@ def pre():
|
|
401 |
pipe.enable_vae_slicing()
|
402 |
pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
|
403 |
|
404 |
-
@gpu(cache=True)
|
405 |
# @cpu1(cache=True,nopython=True,parallel=True)
|
406 |
# @cpu2(cache=True,nopython=True,parallel=True)
|
407 |
-
|
408 |
# @cpu2(cache=True)
|
409 |
def entry():
|
410 |
os.chdir(os.path.abspath(os.path.dirname(__file__)))
|
|
|
401 |
pipe.enable_vae_slicing()
|
402 |
pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
|
403 |
|
404 |
+
# @gpu(cache=True)
|
405 |
# @cpu1(cache=True,nopython=True,parallel=True)
|
406 |
# @cpu2(cache=True,nopython=True,parallel=True)
|
407 |
+
@cpu1(cache=True)
|
408 |
# @cpu2(cache=True)
|
409 |
def entry():
|
410 |
os.chdir(os.path.abspath(os.path.dirname(__file__)))
|