Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|