Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import cv2
|
|
5 |
import streamlit as st
|
6 |
from PIL import Image
|
7 |
|
8 |
-
from
|
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
|