haiderakt commited on
Commit
9bd2993
·
1 Parent(s): 6ec21bb

Deploy Streamlit app to Hugging Face Space

Browse files
Files changed (1) hide show
  1. metadata.yaml → README.md +8 -7
metadata.yaml → README.md RENAMED
@@ -1,3 +1,4 @@
 
1
  title: "Image Colorization"
2
  emoji: 🎨
3
  colorFrom: indigo
@@ -6,10 +7,10 @@ sdk: streamlit
6
  sdk_version: "1.33.0"
7
  app_file: app.py
8
  pinned: false
9
- license: mit
10
- tags:
11
- - image-colorization
12
- - computer-vision
13
- - deep-learning
14
- - streamlit
15
- - huggingface-spaces
 
1
+ ---
2
  title: "Image Colorization"
3
  emoji: 🎨
4
  colorFrom: indigo
 
7
  sdk_version: "1.33.0"
8
  app_file: app.py
9
  pinned: false
10
+ ---
11
+
12
+ # 🎨 Image Colorization with Streamlit
13
+
14
+ A simple web app to colorize black & white images using a pretrained deep learning model and apply post-processing like blur or sharpen.
15
+
16
+ ---