matybohacek commited on
Commit
41acd80
·
verified ·
1 Parent(s): 9e134ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -13
README.md CHANGED
@@ -8,7 +8,7 @@ pinned: false
8
  ---
9
 
10
  <!-- Deepfakes: 3 boxes side by side -->
11
- <h2 style="font-family:'Helvetica Neue', Arial, sans-serif;">Deepfakes</h2>
12
  <div style="display:flex; gap:10px;">
13
 
14
  <!-- DeepSpeak v1.0 -->
@@ -17,9 +17,9 @@ pinned: false
17
  width:200px;
18
  height:200px;
19
  border:2px solid black;
20
- background-image:url('https://huggingface.co/spaces/faridlab/README/resolve/main/deepspeak-v1.png');
21
- background-size:cover;
22
- background-position:center;
23
  display:flex;
24
  align-items:center;
25
  justify-content:center;
@@ -27,6 +27,8 @@ pinned: false
27
  font-weight:bold;
28
  color:black;
29
  text-decoration:none;
 
 
30
  ">
31
  DeepSpeak v1.0
32
  </a>
@@ -47,6 +49,7 @@ pinned: false
47
  font-weight:bold;
48
  color:black;
49
  text-decoration:none;
 
50
  ">
51
  DeepSpeak v1.1
52
  </a>-->
@@ -67,6 +70,7 @@ pinned: false
67
  font-weight:bold;
68
  color:black;
69
  text-decoration:none;
 
70
  ">
71
  DeepSpeak v2.0
72
  </a>-->
@@ -74,7 +78,7 @@ pinned: false
74
  </div>
75
 
76
  <!-- Text to Video: 1 box -->
77
- <h2 style="font-family:'Helvetica Neue', Arial, sans-serif;">Text to Video</h2>
78
  <div style="display:flex; gap:10px;">
79
 
80
  <!-- DeepAction -->
@@ -83,9 +87,9 @@ pinned: false
83
  width:200px;
84
  height:200px;
85
  border:2px solid black;
86
- background-image:url('https://huggingface.co/spaces/faridlab/README/resolve/main/deepaction-v1.png');
87
- background-size:cover;
88
- background-position:center;
89
  display:flex;
90
  align-items:center;
91
  justify-content:center;
@@ -93,6 +97,8 @@ pinned: false
93
  font-weight:bold;
94
  color:black;
95
  text-decoration:none;
 
 
96
  ">
97
  DeepAction
98
  </a>
@@ -100,7 +106,7 @@ pinned: false
100
  </div>
101
 
102
  <!-- Membership Inference: 1 box -->
103
- <h2 style="font-family:'Helvetica Neue', Arial, sans-serif;">Membership Inference</h2>
104
  <div style="display:flex; gap:10px;">
105
 
106
  <!-- STROLL -->
@@ -109,9 +115,9 @@ pinned: false
109
  width:200px;
110
  height:200px;
111
  border:2px solid black;
112
- background-image:url('https://huggingface.co/spaces/faridlab/README/resolve/main/stroll.png');
113
- background-size:cover;
114
- background-position:center;
115
  display:flex;
116
  align-items:center;
117
  justify-content:center;
@@ -119,8 +125,10 @@ pinned: false
119
  font-weight:bold;
120
  color:black;
121
  text-decoration:none;
 
 
122
  ">
123
  STROLL
124
  </a>
125
 
126
- </div>
 
8
  ---
9
 
10
  <!-- Deepfakes: 3 boxes side by side -->
11
+ <h2 style="font-family:'Helvetica Neue', Arial, sans-serif; font-size: 22px;">Deepfakes</h2>
12
  <div style="display:flex; gap:10px;">
13
 
14
  <!-- DeepSpeak v1.0 -->
 
17
  width:200px;
18
  height:200px;
19
  border:2px solid black;
20
+ background: linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.25)), url('https://huggingface.co/spaces/faridlab/README/resolve/main/deepspeak-v1.png');
21
+ background-size: cover;
22
+ background-position: center;
23
  display:flex;
24
  align-items:center;
25
  justify-content:center;
 
27
  font-weight:bold;
28
  color:black;
29
  text-decoration:none;
30
+ font-size: 22px;
31
+ text-shadow: 0px 0px 30px white;
32
  ">
33
  DeepSpeak v1.0
34
  </a>
 
49
  font-weight:bold;
50
  color:black;
51
  text-decoration:none;
52
+ text-shadow: 1px 1px 5px rgba(255,255,255,0.8);
53
  ">
54
  DeepSpeak v1.1
55
  </a>-->
 
70
  font-weight:bold;
71
  color:black;
72
  text-decoration:none;
73
+ text-shadow: 1px 1px 5px rgba(255,255,255,0.8);
74
  ">
75
  DeepSpeak v2.0
76
  </a>-->
 
78
  </div>
79
 
80
  <!-- Text to Video: 1 box -->
81
+ <h2 style="font-family:'Helvetica Neue', Arial, sans-serif; font-size: 22px;">Text to Video</h2>
82
  <div style="display:flex; gap:10px;">
83
 
84
  <!-- DeepAction -->
 
87
  width:200px;
88
  height:200px;
89
  border:2px solid black;
90
+ background: linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.25)), url('https://huggingface.co/spaces/faridlab/README/resolve/main/deepaction-v1.png');
91
+ background-size: cover;
92
+ background-position: center;
93
  display:flex;
94
  align-items:center;
95
  justify-content:center;
 
97
  font-weight:bold;
98
  color:black;
99
  text-decoration:none;
100
+ font-size: 22px;
101
+ text-shadow: 0px 0px 30px white;
102
  ">
103
  DeepAction
104
  </a>
 
106
  </div>
107
 
108
  <!-- Membership Inference: 1 box -->
109
+ <h2 style="font-family:'Helvetica Neue', Arial, sans-serif; font-size: 22px;">Membership Inference</h2>
110
  <div style="display:flex; gap:10px;">
111
 
112
  <!-- STROLL -->
 
115
  width:200px;
116
  height:200px;
117
  border:2px solid black;
118
+ background: linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.25)), url('https://huggingface.co/spaces/faridlab/README/resolve/main/stroll.png');
119
+ background-size: cover;
120
+ background-position: center;
121
  display:flex;
122
  align-items:center;
123
  justify-content:center;
 
125
  font-weight:bold;
126
  color:black;
127
  text-decoration:none;
128
+ font-size: 22px;
129
+ text-shadow: 0px 0px 30px white;
130
  ">
131
  STROLL
132
  </a>
133
 
134
+ </div>