Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from diffusers import StableDiffusionPipeline
|
|
5 |
|
6 |
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.float32)
|
11 |
|
|
|
5 |
|
6 |
st.title(" New App")
|
7 |
|
8 |
+
area = st.text_area("Area",'Running in the woods')
|
9 |
|
10 |
pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", revision="fp16", torch_dtype=torch.float32)
|
11 |
|