lnyan commited on
Commit
7a4b02a
1 Parent(s): b30bdc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ except:
44
 
45
  from utils import *
46
 
47
- assert diffusers.__version__ >= "0.6.0", "Please upgrade diffusers to 0.6.0"
48
 
49
  USE_NEW_DIFFUSERS = True
50
  RUN_IN_SPACE = "RUN_IN_HG_SPACE" in os.environ
 
44
 
45
  from utils import *
46
 
47
+ # assert diffusers.__version__ >= "0.6.0", "Please upgrade diffusers to 0.6.0"
48
 
49
  USE_NEW_DIFFUSERS = True
50
  RUN_IN_SPACE = "RUN_IN_HG_SPACE" in os.environ