EntropyDrop commited on
Commit
f20e405
Β·
1 Parent(s): 88961ee
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -4,10 +4,11 @@
4
 
5
  ## πŸ”— Resources
6
 
 
7
  * **πŸ—‚οΈ Dataset**: [Hugging Face Sking Dataset](https://huggingface.co/datasets/EntropyDrop/Sking)
8
  * **🧠 Trained Model**: [Hugging Face Sking Model](https://huggingface.co/EntropyDrop/Sking)
9
  * **πŸ“ Technical Report**: [Technical Architecture](https://entropydrop.com/skin/public/article/skingen)
10
- * **🌐 Online Demo**: [EntropyDrop Web Portal](https://entropydrop.com)
11
 
12
  ## Examples
13
 
@@ -43,6 +44,11 @@
43
  ![cat|240](examples/cat_original.jpg)
44
  ![cat|240](examples/cat_gen.jpg)
45
 
 
 
 
 
 
46
 
47
  ## License
48
 
 
4
 
5
  ## πŸ”— Resources
6
 
7
+ * **🌐 Online Demo**: [EntropyDrop Web Portal](https://entropydrop.com)
8
  * **πŸ—‚οΈ Dataset**: [Hugging Face Sking Dataset](https://huggingface.co/datasets/EntropyDrop/Sking)
9
  * **🧠 Trained Model**: [Hugging Face Sking Model](https://huggingface.co/EntropyDrop/Sking)
10
  * **πŸ“ Technical Report**: [Technical Architecture](https://entropydrop.com/skin/public/article/skingen)
11
+ * **YouTube**: [YouTube](https://youtu.be/n5t48aNm9Ew)
12
 
13
  ## Examples
14
 
 
44
  ![cat|240](examples/cat_original.jpg)
45
  ![cat|240](examples/cat_gen.jpg)
46
 
47
+ ## Delopy locally
48
+
49
+ ```
50
+ python ./infer.py
51
+ ```
52
 
53
  ## License
54