SivaResearch commited on
Commit
72c5e70
1 Parent(s): 0710285

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ interface = gr.Interface(
86
  inputs=gr.Audio(type="filepath"),
87
  outputs="text",
88
  title="Audio Deepfake Detection",
89
- description="Upload an audio file to detect whether it is fake or real. The system uses features ensamble from wavLM base and finetuned versions. Submitted to ASVSpoof5.",
90
  )
91
 
92
  interface.launch(share=True)
 
86
  inputs=gr.Audio(type="filepath"),
87
  outputs="text",
88
  title="Audio Deepfake Detection",
89
+ description="Upload an audio file to detect whether it is fake or real"
90
  )
91
 
92
  interface.launch(share=True)