Update README.md
Browse files
README.md
CHANGED
|
@@ -7,10 +7,32 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
<!-- Deepfakes:
|
| 11 |
<h2 style="font-family:'Helvetica Neue', Arial, sans-serif; font-size: 22px;">Deepfakes</h2>
|
| 12 |
<div style="display:flex; gap:10px;">
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
<!-- DeepSpeak v2.0 -->
|
| 16 |
<a href="https://huggingface.co/datasets/faridlab/deepspeak_v2"
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<!-- Deepfakes: 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 Agentic -->
|
| 15 |
+
<a href="https://huggingface.co/datasets/faridlab/deepspeak-agentic"
|
| 16 |
+
style="
|
| 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/datasets/faridlab/deepspeak-agentic/resolve/main/assets/deepspeak_agentic.png');
|
| 21 |
+
background-size:cover;
|
| 22 |
+
background-position:center;
|
| 23 |
+
display:flex;
|
| 24 |
+
align-items:center;
|
| 25 |
+
justify-content:center;
|
| 26 |
+
font-family:'Helvetica Neue', Arial, sans-serif;
|
| 27 |
+
font-weight:bold;
|
| 28 |
+
color:black;
|
| 29 |
+
text-decoration:none;
|
| 30 |
+
font-size: 22px;
|
| 31 |
+
text-align:center;
|
| 32 |
+
text-shadow: 0px 0px 30px white;
|
| 33 |
+
">
|
| 34 |
+
DeepSpeak Agentic
|
| 35 |
+
</a>
|
| 36 |
|
| 37 |
<!-- DeepSpeak v2.0 -->
|
| 38 |
<a href="https://huggingface.co/datasets/faridlab/deepspeak_v2"
|