3laa2 commited on
Commit
160d299
·
1 Parent(s): 70694f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ st.title(" New App")
7
 
8
  area = st.text_area("Area",'')
9
 
10
- pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", revision="fp16", torch_dtype=torch.float16)
11
 
12
 
13
  if len(area) > 5:
 
7
 
8
  area = st.text_area("Area",'')
9
 
10
+ pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", revision="fp16", torch_dtype=torch.float32)
11
 
12
 
13
  if len(area) > 5: