Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -6,15 +6,19 @@ colorTo: red
|
|
6 |
sdk: docker
|
7 |
app_port: 8501
|
8 |
tags:
|
9 |
-
- streamlit
|
10 |
pinned: false
|
11 |
-
short_description:
|
12 |
-
|
|
|
|
|
13 |
|
|
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
|
|
|
|
18 |
|
19 |
-
If you have any questions,
|
20 |
-
forums](https://discuss.streamlit.io).
|
|
|
6 |
sdk: docker
|
7 |
app_port: 8501
|
8 |
tags:
|
9 |
+
- streamlit
|
10 |
pinned: false
|
11 |
+
short_description: Streamlit app to colorize black and white images
|
12 |
+
---
|
13 |
+
|
14 |
+
# π¨ Colorize_Img
|
15 |
|
16 |
+
A simple Streamlit app that brings black & white images to life using AI-powered colorization.
|
17 |
|
18 |
+
π€ Upload a grayscale image β π¨ Get a vibrant color image.
|
19 |
|
20 |
+
Great for restoring old memories or trying out image colorization models.
|
21 |
+
|
22 |
+
---
|
23 |
|
24 |
+
If you have any questions, check out the [Streamlit documentation](https://docs.streamlit.io) and [community forums](https://discuss.streamlit.io).
|
|