jgwill commited on
Commit
c58b9ec
·
verified ·
1 Parent(s): 819b691

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -4,4 +4,17 @@ license: gpl-3.0
4
 
5
  # References
6
 
7
- ## [SEE:A Style-Aware Content Loss for Real-time HD Style Transfer](https://github.com/CompVis/adaptive-style-transfer)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  # References
6
 
7
+ ## [SEE:A Style-Aware Content Loss for Real-time HD Style Transfer](https://github.com/CompVis/adaptive-style-transfer)
8
+
9
+ ```bash
10
+ docker run -it -p 7860:7860 --platform=linux/amd64 \
11
+ registry.hf.space/jgwill-astpicasso:latest
12
+ ```
13
+
14
+ ```bash
15
+ npm install gia-ast --g
16
+
17
+ gia-ast image.png 7860
18
+
19
+ ```
20
+