arxivgpt kim commited on
Commit
ee9b48d
·
verified ·
1 Parent(s): ce50da5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ if colorizer is not None:
133
 
134
  if st.button("컬러 복원하기") and uploaded_file is not None:
135
 
136
- with st.spinner("AI is doing the magic!"):
137
  img_output = colorize_image(img_input)
138
  img_output = img_output.resize(img_input.size)
139
 
 
133
 
134
  if st.button("컬러 복원하기") and uploaded_file is not None:
135
 
136
+ with st.spinner("컬러 복원중입니다. 잠시만 기다리세요."):
137
  img_output = colorize_image(img_input)
138
  img_output = img_output.resize(img_input.size)
139