Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ def greet(name):
|
|
5 |
|
6 |
from diffusers import AutoPipelineForText2Image
|
7 |
import torch
|
8 |
-
def pipee():
|
9 |
pipeline = AutoPipelineForText2Image.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16).to("cpu")
|
10 |
|
11 |
|
|
|
5 |
|
6 |
from diffusers import AutoPipelineForText2Image
|
7 |
import torch
|
8 |
+
def pipee(name):
|
9 |
pipeline = AutoPipelineForText2Image.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16).to("cpu")
|
10 |
|
11 |
|