Spaces:
Running
Running
Update app.py
Browse files
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
|