jerpint commited on
Commit
c8c23dc
·
verified ·
1 Parent(s): f3e37a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 voice is taken from a real voice, so the text itself is not a hint!
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: