Siam2315 commited on
Commit
d1ec9c0
·
verified ·
1 Parent(s): 56f2af3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,12 +1,16 @@
1
  ---
2
- title: CodeFormer
3
- emoji: 🏢
4
  colorFrom: indigo
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
  ---
2
+ title: CodeFormer - Face Restoration
3
+ emoji: 🧑‍🔧
4
  colorFrom: indigo
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: "3.41.2"
8
  app_file: app.py
9
  pinned: false
10
+ python_version: "3.9"
11
  ---
12
 
13
+ # CodeFormer - Hugging Face Space
14
+
15
+ This space runs CodeFormer for face restoration using CPU.
16
+ The model weights will be downloaded automatically on first run.