SusiePHaltmann commited on
Commit
06694e1
1 Parent(s): a60d9a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,11 +57,11 @@ def load_image(img):
57
 
58
  def main():
59
 
60
- st.title("Dall-E Flow")
61
 
62
  uploaded_file = st.file_uploader("Choose an image", type="jpg")
63
 
64
- st.markdown("Create images from textual descriptions with Dall-E!")
65
  st.button("Edit Photo")
66
 
67
 
 
57
 
58
  def main():
59
 
60
+ st.title("Dall-E Patrya ")
61
 
62
  uploaded_file = st.file_uploader("Choose an image", type="jpg")
63
 
64
+ st.markdown("Create images from textual descriptions with Dall-PFT!")
65
  st.button("Edit Photo")
66
 
67