Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Commit
•
06f55a7
1
Parent(s):
e75a87d
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import random
|
|
4 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
5 |
import torch
|
6 |
import spaces
|
|
|
7 |
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
from safetensors.torch import load_file
|
|
|
4 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
5 |
import torch
|
6 |
import spaces
|
7 |
+
import os
|
8 |
|
9 |
from huggingface_hub import hf_hub_download
|
10 |
from safetensors.torch import load_file
|