tonytz commited on
Commit
4725569
·
1 Parent(s): 3518c99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()