Spaces:
Runtime error
Runtime error
Arnab Das commited on
Commit ·
3f67209
1
Parent(s): a03cd02
Modify
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ file_proc = gr.Interface(
|
|
| 49 |
outputs="text",
|
| 50 |
title="Find the Fake: Analyze 'Real' or 'Fake'.",
|
| 51 |
description=(
|
| 52 |
-
"Analyze fake or real with a click of a button."
|
| 53 |
),
|
| 54 |
examples=[
|
| 55 |
["./bonafide.flac", "SSL-AASIST (Trained on ASV-Spoof5)"],
|
|
|
|
| 49 |
outputs="text",
|
| 50 |
title="Find the Fake: Analyze 'Real' or 'Fake'.",
|
| 51 |
description=(
|
| 52 |
+
"Analyze fake or real with a click of a button. Upload a .wav or .flac file."
|
| 53 |
),
|
| 54 |
examples=[
|
| 55 |
["./bonafide.flac", "SSL-AASIST (Trained on ASV-Spoof5)"],
|