Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def load_upscaling_model():
|
|
66 |
"""
|
67 |
|
68 |
# Preload the model once
|
69 |
-
inpaint_pipeline = load_inpainting_model()
|
70 |
# Preload the model once
|
71 |
#upscale_pipeline = load_upscaling_model()
|
72 |
|
|
|
66 |
"""
|
67 |
|
68 |
# Preload the model once
|
69 |
+
#inpaint_pipeline = load_inpainting_model()
|
70 |
# Preload the model once
|
71 |
#upscale_pipeline = load_upscaling_model()
|
72 |
|