Spaces:
Paused
Paused
Commit
·
5211fb7
1
Parent(s):
bb2badd
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from gradio.components import Textbox, Image
|
|
13 |
|
14 |
|
15 |
repo_name = 'mohansathya/twosd' # YOUR REPO NAME
|
16 |
-
pipe2 = StableDiffusionPipeline.from_pretrained(repo_name, torch_dtype=torch.bfloat16)
|
17 |
|
18 |
|
19 |
|
|
|
13 |
|
14 |
|
15 |
repo_name = 'mohansathya/twosd' # YOUR REPO NAME
|
16 |
+
pipe2 = StableDiffusionPipeline.from_pretrained(repo_name, torch_dtype=torch.bfloat16)
|
17 |
|
18 |
|
19 |
|