Emma123453 commited on
Commit
1dede48
·
verified ·
1 Parent(s): 5df2441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="🗣️ Voice Cloning + Spoof Detection",
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