arxivgpt kim commited on
Update app.py
Browse files
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("
|
| 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 |
|