Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|