Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
josuelmet
/
Boomerang_Stable_Diffusion
like
0
Runtime error
App
Files
Files
Community
josuelmet
commited on
Oct 13, 2022
Commit
c483e0a
•
1 Parent(s):
a3f6bed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -7,7 +7,8 @@ from torchvision import transforms as T
7
from boomerang import *
8
9
10
-
HALF_PRECISION
= False
11
12
13
7
from boomerang import *
8
9
10
+
COLAB
= False
11
+
HALF_PRECISION = COLAB
12
13
14