sejamenath2023 commited on
Commit
d560846
·
1 Parent(s): adf6220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -89,9 +89,6 @@ def image_download_button(pil_image, filename: str, fmt: str, label="Download"):
89
  )
90
 
91
 
92
- ###########################
93
- ###### STREAMLIT CODE #####
94
- ###########################
95
 
96
 
97
  st_color_option = "Artistic"
@@ -112,7 +109,7 @@ except Exception as e:
112
 
113
 
114
  if colorizer is not None:
115
- st.title("AI Photo Colorization")
116
 
117
  st.image(open("assets/demo.jpg", "rb").read())
118
 
 
89
  )
90
 
91
 
 
 
 
92
 
93
 
94
  st_color_option = "Artistic"
 
109
 
110
 
111
  if colorizer is not None:
112
+ st.title("SLASH/AI Photo Colorization")
113
 
114
  st.image(open("assets/demo.jpg", "rb").read())
115