Adityadn commited on
Commit
94bdcc4
·
verified ·
1 Parent(s): 4b00a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -235,7 +235,8 @@ interface = gr.Interface(
235
  ],
236
  outputs=gr.Markdown(label="Recognition Result"),
237
  title="Audio Recognition",
238
- description="Choose a method: Upload an audio/video file or enter a URL to identify the song."
 
239
  )
240
 
241
  # Run Gradio App
 
235
  ],
236
  outputs=gr.Markdown(label="Recognition Result"),
237
  title="Audio Recognition",
238
+ description="Choose a method: Upload an audio/video file or enter a URL to identify the song.",
239
+ css="footer {visibility: hidden}"
240
  )
241
 
242
  # Run Gradio App