thugCodeNinja commited on
Commit
dd50305
·
verified ·
1 Parent(s): 8e9b850

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ def classify_audio(audio):
44
 
45
  title="Audios Spoof detection using CNN"
46
  description="The model was trained on the ASVspoof 2015 dataset with an aim to detect spoof audios through deep learning.To use it please upload an audio file of suitable length."
47
-
48
  iface = gr.Interface(classify_audio, inputs=["audio"], outputs=["text"],title=title,description=description)
49
  iface.launch()
 
44
 
45
  title="Audios Spoof detection using CNN"
46
  description="The model was trained on the ASVspoof 2015 dataset with an aim to detect spoof audios through deep learning.To use it please upload an audio file of suitable length."
47
+
48
  iface = gr.Interface(classify_audio, inputs=["audio"], outputs=["text"],title=title,description=description)
49
  iface.launch()