Devticks commited on
Commit
daafbac
·
verified ·
1 Parent(s): 3b725b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- prompt = st.text_input("Enter your prompt here")
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():