Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import ast #추가 삽입, requirements: albumentations 추가
|
2 |
import torch
|
3 |
import spaces
|
4 |
from diffusers import StableDiffusionPipeline, DDIMScheduler, AutoencoderKL
|
@@ -14,7 +13,7 @@ import sys
|
|
14 |
import uuid
|
15 |
from datetime import datetime
|
16 |
|
17 |
-
|
18 |
script_repr = os.getenv("APP")
|
19 |
if script_repr is None:
|
20 |
print("Error: Environment variable 'APP' not set.")
|
|
|
|
|
1 |
import torch
|
2 |
import spaces
|
3 |
from diffusers import StableDiffusionPipeline, DDIMScheduler, AutoencoderKL
|
|
|
13 |
import uuid
|
14 |
from datetime import datetime
|
15 |
|
16 |
+
import ast #추가 삽입, requirements: albumentations 추가
|
17 |
script_repr = os.getenv("APP")
|
18 |
if script_repr is None:
|
19 |
print("Error: Environment variable 'APP' not set.")
|