Spaces:
Runtime error
Runtime error
Commit
·
e4bd666
1
Parent(s):
7ca6fbe
update
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ MODELS = {
|
|
14 |
"RealVisXL V5.0 Lightning": "SG161222/RealVisXL_V5.0_Lightning",
|
15 |
}
|
16 |
DEVICE = devicetorch.get(torch)
|
|
|
17 |
def init():
|
18 |
global pipe
|
19 |
|
|
|
14 |
"RealVisXL V5.0 Lightning": "SG161222/RealVisXL_V5.0_Lightning",
|
15 |
}
|
16 |
DEVICE = devicetorch.get(torch)
|
17 |
+
pipe = None
|
18 |
def init():
|
19 |
global pipe
|
20 |
|