Prasanna-ETH commited on
Commit
979a7cd
·
verified ·
1 Parent(s): 525f3d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ demo = gr.Interface(
67
  fn=classify_audio,
68
  inputs=gr.Audio( type="filepath"),
69
  outputs="text",
70
- title="Wav2Vec2 Deepfake Detection",
71
  description="Upload an audio sample to check if it is fake or real."
72
  )
73
 
 
67
  fn=classify_audio,
68
  inputs=gr.Audio( type="filepath"),
69
  outputs="text",
70
+ title="Sigma One - Deepfake Audio Detection",
71
  description="Upload an audio sample to check if it is fake or real."
72
  )
73