Ravinandan commited on
Commit
215690d
·
verified ·
1 Parent(s): 7d91294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ pipeline = AutoPipelineForImage2Image.from_pretrained(
14
  use_safetensors=True
15
  )
16
  pipeline.enable_model_cpu_offload()
17
- pipeline.enable_xformers_memory_efficient_attention()
18
 
19
  # Upload an image
20
  uploaded_file = st.file_uploader("Upload an image", type=["png", "jpg", "jpeg"])
 
14
  use_safetensors=True
15
  )
16
  pipeline.enable_model_cpu_offload()
17
+
18
 
19
  # Upload an image
20
  uploaded_file = st.file_uploader("Upload an image", type=["png", "jpg", "jpeg"])