Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,30 @@
|
|
1 |
---
|
2 |
library_name: keras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
<Gallery />
|
5 |
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
+
pipeline_tag: image-to-image
|
4 |
+
base_model:
|
5 |
+
- vnet
|
6 |
+
- logasja/ArcFace
|
7 |
+
metrics:
|
8 |
+
- TopIQ-FR
|
9 |
+
- ArcFace Cosine Distance
|
10 |
+
tags:
|
11 |
+
- adversarial
|
12 |
+
- aesthetic
|
13 |
+
- quality
|
14 |
+
- filter
|
15 |
+
widget:
|
16 |
+
- text: input
|
17 |
+
output:
|
18 |
+
url: ./assets/input.png
|
19 |
+
- text: target
|
20 |
+
output:
|
21 |
+
url: ./assets/target.png
|
22 |
+
- text: output
|
23 |
+
output:
|
24 |
+
url: ./assets/output.png
|
25 |
+
license: gpl-3.0
|
26 |
+
datasets:
|
27 |
+
- logasja/FDF
|
28 |
---
|
29 |
<Gallery />
|
30 |
|