Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from spaces import GPU # 👈 only for HF Spaces
|
|
7 |
|
8 |
login(token=os.getenv("HF_TOKEN"))
|
9 |
|
10 |
-
model_id = "
|
11 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
12 |
|
13 |
pipe = StableDiffusionPipeline.from_pretrained(
|
|
|
7 |
|
8 |
login(token=os.getenv("HF_TOKEN"))
|
9 |
|
10 |
+
model_id = "Lookingsoft-team/Text_to_Image_Diffusion"
|
11 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
12 |
|
13 |
pipe = StableDiffusionPipeline.from_pretrained(
|