Abhi5ingh commited on
Commit
f68c7aa
1 Parent(s): e98862c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import cv2
5
  import streamlit as st
6
  from PIL import Image
7
 
8
- from sd.sdfile import PIPELINES, generate
9
 
10
  DEFAULT_PROMPT = "belted shirt black belted portrait-collar wrap blouse with black prints"
11
  DEAFULT_WIDTH, DEFAULT_HEIGHT = 512,512
 
5
  import streamlit as st
6
  from PIL import Image
7
 
8
+ from sdfile import PIPELINES, generate
9
 
10
  DEFAULT_PROMPT = "belted shirt black belted portrait-collar wrap blouse with black prints"
11
  DEAFULT_WIDTH, DEFAULT_HEIGHT = 512,512