Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,5 +38,4 @@ def get_audio(audio):
|
|
38 |
res = "Cat Audio"
|
39 |
return res
|
40 |
|
41 |
-
|
42 |
-
iface = gr.Interface(fn=get_audio,inputs=["audio", "audio"],title="CAT_DOG AUDIO CLASSIFICATION",outputs="html").launch()
|
|
|
38 |
res = "Cat Audio"
|
39 |
return res
|
40 |
|
41 |
+
iface = gr.Interface(fn=get_audio,inputs=["audio", "audio"],title="CAT_DOG AUDIO CLASSIFICATION",outputs="html").launch()
|
|