Spaces:
Runtime error
Runtime error
Commit
•
de7bb6a
1
Parent(s):
80d3ffa
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def download_image(url):
|
|
23 |
|
24 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
25 |
pipe = StableDiffusionInpaintingPipeline.from_pretrained(
|
26 |
-
"
|
27 |
revision="fp16",
|
28 |
torch_dtype=torch.float16,
|
29 |
use_auth_token=auth_token,
|
|
|
23 |
|
24 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
25 |
pipe = StableDiffusionInpaintingPipeline.from_pretrained(
|
26 |
+
"runwayml/stable-diffusion-inpainting",
|
27 |
revision="fp16",
|
28 |
torch_dtype=torch.float16,
|
29 |
use_auth_token=auth_token,
|