Adityadn commited on
Commit
3cca8a7
·
verified ·
1 Parent(s): 075a11e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ iface = gr.Interface(
64
  fn=identify_audio,
65
  inputs=gr.File(label="Upload Audio File"),
66
  outputs=gr.Markdown(label="Audio Metadata"),
67
- title="Audio Search by File",
68
- description="Upload an audio file to identify it using ACRCloud."
69
  )
70
 
71
  # Launch the Gradio interface
 
64
  fn=identify_audio,
65
  inputs=gr.File(label="Upload Audio File"),
66
  outputs=gr.Markdown(label="Audio Metadata"),
67
+ title="Audio Search by File (Support Audio or Video Format)",
68
+ description="Upload an audio or video file to identify it using ACRCloud."
69
  )
70
 
71
  # Launch the Gradio interface