Kabatubare commited on
Commit
09f8c18
·
verified ·
1 Parent(s): ecf6423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ interface = gr.Interface(
90
  fn=detect_watermark,
91
  inputs=gr.Audio(label="Upload your audio", type="filepath"),
92
  outputs=["text", "image"],
93
- title="Deep Fake Defender: AI Voice Cloning Detection",
94
  description="Analyzes audio to detect AI-generated content."
95
  )
96
 
 
90
  fn=detect_watermark,
91
  inputs=gr.Audio(label="Upload your audio", type="filepath"),
92
  outputs=["text", "image"],
93
+ title="Deep Fake Defender: AudioSeal Watermark Detection",
94
  description="Analyzes audio to detect AI-generated content."
95
  )
96