mike23415 commited on
Commit
41e7a96
·
verified ·
1 Parent(s): 09aa8f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ logger = logging.getLogger(__name__)
11
 
12
  app = Flask(__name__)
13
 
14
- # Load the model once at startup (on CPU)
15
  try:
16
  logger.info("Loading Stable Fast 3D pipeline...")
17
  pipe = StableDiffusionPipeline.from_pretrained(
 
11
 
12
  app = Flask(__name__)
13
 
14
+ # Load the model once startup (on CPU)
15
  try:
16
  logger.info("Loading Stable Fast 3D pipeline...")
17
  pipe = StableDiffusionPipeline.from_pretrained(