thugCodeNinja commited on
Commit
acba8bc
·
verified ·
1 Parent(s): 817f64d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def classify_audio(audio):
58
  return prediction,"mel_spectrogram.png"
59
 
60
  title=" Group-2 Audio Spoof detection using CNN"
61
- description="The model was trained on the ASVspoof 2019 dataset with an aim to detect spoof audios through deep learning.To use it please upload an audio file of suitable length. The Mel spectrogram used for inferencing is also available for the user to understand the classification and compare it with the median Human decibal range."
62
 
63
  iface = gr.Interface(classify_audio, inputs=["audio"], outputs=["text","image"],title=title,description=description)
64
  iface.launch()
 
58
  return prediction,"mel_spectrogram.png"
59
 
60
  title=" Group-2 Audio Spoof detection using CNN"
61
+ description="The model was trained on the ASVspoof 2019 dataset with an aim to detect spoof audios through deep learning.To use it please upload an audio file of suitable length. The Mel spectrogram used for inferencing is also available for the user to understand the classification and compare it with the median Human decibel range."
62
 
63
  iface = gr.Interface(classify_audio, inputs=["audio"], outputs=["text","image"],title=title,description=description)
64
  iface.launch()