Uzaiir commited on
Commit
b2348a7
Β·
verified Β·
1 Parent(s): 7b119a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
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: A simple Streamlit app that converts black and white images to color using deep learning.
12
-
 
 
13
 
 
14
 
15
- # Welcome to Streamlit!
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
 
 
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
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).