Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
|
|
1 |
from diffusers import (
|
2 |
StableDiffusionXLPipeline,
|
3 |
EulerDiscreteScheduler,
|
4 |
UNet2DConditionModel,
|
5 |
AutoencoderTiny,
|
6 |
)
|
7 |
-
import spaces
|
8 |
import torch
|
9 |
import os
|
10 |
from huggingface_hub import hf_hub_download
|
|
|
1 |
+
import spaces
|
2 |
from diffusers import (
|
3 |
StableDiffusionXLPipeline,
|
4 |
EulerDiscreteScheduler,
|
5 |
UNet2DConditionModel,
|
6 |
AutoencoderTiny,
|
7 |
)
|
|
|
8 |
import torch
|
9 |
import os
|
10 |
from huggingface_hub import hf_hub_download
|