seawolf2357 commited on
Commit
ee33d4a
·
verified ·
1 Parent(s): 472584e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
8
  import re
9
  from cohere import ClientV2
10
  import torch
 
11
 
12
  import ast #추가 삽입, requirements: albumentations 추가
13
  script_repr = os.getenv("APP")
 
8
  import re
9
  from cohere import ClientV2
10
  import torch
11
+ import logging
12
 
13
  import ast #추가 삽입, requirements: albumentations 추가
14
  script_repr = os.getenv("APP")