Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ demo = gr.Interface(
|
|
66 |
gr.Audio(label="🎧 Cloned"),
|
67 |
gr.JSON(label="🧪 Spoof Detection Results")
|
68 |
],
|
69 |
-
title="
|
70 |
description="Clone a speaker's voice and evaluate with 3 spoof detection models."
|
71 |
)
|
72 |
|
|
|
66 |
gr.Audio(label="🎧 Cloned"),
|
67 |
gr.JSON(label="🧪 Spoof Detection Results")
|
68 |
],
|
69 |
+
title="Voice Cloning + Spoof Detection",
|
70 |
description="Clone a speaker's voice and evaluate with 3 spoof detection models."
|
71 |
)
|
72 |
|