Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ default_negative_prompt= "Logo,Watermark,Text,Ugly,Morbid,Extra fingers,Poorly d
|
|
23 |
|
24 |
# Load pipeline
|
25 |
|
26 |
-
pipe = None
|
27 |
|
28 |
def get_pipe():
|
29 |
if pipe is None:
|
|
|
23 |
|
24 |
# Load pipeline
|
25 |
|
26 |
+
pipe = None
|
27 |
|
28 |
def get_pipe():
|
29 |
if pipe is None:
|