Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,9 +12,9 @@ MD_DESCRIPTION = """
|
|
12 |
|
13 |
Try to guess if the voice is real 🗣️ or cloned 🤖.
|
14 |
|
15 |
-
Each cloned
|
16 |
|
17 |
-
For more information about the data, see the [dataset page](https://huggingface.co/datasets/jerpint/vox-cloned-data)
|
18 |
"""
|
19 |
|
20 |
def get_accuracy(score_matrix) -> str:
|
|
|
12 |
|
13 |
Try to guess if the voice is real 🗣️ or cloned 🤖.
|
14 |
|
15 |
+
Each cloned sample was generated from a real voice recording, so the spoken text alone won't help identify if it's real or cloned.
|
16 |
|
17 |
+
For more information about the data and models used, see the [dataset page](https://huggingface.co/datasets/jerpint/vox-cloned-data)
|
18 |
"""
|
19 |
|
20 |
def get_accuracy(score_matrix) -> str:
|