JoPmt commited on
Commit
bfe8d26
·
1 Parent(s): 157a760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ models =[
52
  "digiplay/PotoPhotoRealism_v1",
53
  ]
54
 
55
- def plex(prompt,goof,modil):
56
  pipe = accelerator.prepare(AutoPipelineForText2Image.from_pretrained(""+modil+"", torch_dtype=torch.float32))
57
  pipe = accelerator.prepare(pipe.to("cpu"))
58
  # prompt = "A fantasy landscape, Cinematic lighting"
 
52
  "digiplay/PotoPhotoRealism_v1",
53
  ]
54
 
55
+ def plex(prompt,goof,str(modil)):
56
  pipe = accelerator.prepare(AutoPipelineForText2Image.from_pretrained(""+modil+"", torch_dtype=torch.float32))
57
  pipe = accelerator.prepare(pipe.to("cpu"))
58
  # prompt = "A fantasy landscape, Cinematic lighting"