Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,9 +36,10 @@ from diffusers import StableDiffusionInstructPix2PixPipeline, EulerAncestralDisc
|
|
36 |
#title
|
37 |
st.title("Make Your Videos More Beautiful with Devticks services")
|
38 |
|
|
|
39 |
#image uploader
|
40 |
image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
|
41 |
-
|
42 |
|
43 |
@st.cache
|
44 |
def load_model():
|
|
|
36 |
#title
|
37 |
st.title("Make Your Videos More Beautiful with Devticks services")
|
38 |
|
39 |
+
prompt = st.text_input("Enter your prompt here")
|
40 |
#image uploader
|
41 |
image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
|
42 |
+
|
43 |
|
44 |
@st.cache
|
45 |
def load_model():
|