aliasgerovs
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -172,15 +172,7 @@ demo = gr.Interface(
|
|
172 |
outputs=gr.Textbox(label="Authentication Results"),
|
173 |
title="Vexon Voice Authentication",
|
174 |
description="""
|
175 |
-
Upload two voice recordings to verify if they are from the same person and detect potential voice impersonation attempts.
|
176 |
-
|
177 |
-
The system uses a pretrained transformer model fine-tuned on voice similarity scores to:
|
178 |
-
1. Calculate a similarity score between the recordings
|
179 |
-
2. Classify the comparison as Real, DeepFake, or Impersonation
|
180 |
-
3. Provide a confidence score for the classification
|
181 |
-
|
182 |
-
Note: For best results, ensure recordings are clear and contain speech content.
|
183 |
-
""",
|
184 |
css=css
|
185 |
)
|
186 |
|
|
|
172 |
outputs=gr.Textbox(label="Authentication Results"),
|
173 |
title="Vexon Voice Authentication",
|
174 |
description="""
|
175 |
+
Upload two voice recordings to verify if they are from the same person and detect potential voice impersonation attempts.""",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
css=css
|
177 |
)
|
178 |
|