Yaron Koresh commited on
Commit
7b98b45
·
verified ·
1 Parent(s): 06d3f6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # @cpu1(cache=True)
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__)))