Spaces:
Sleeping
Sleeping
Update stolen template, reqs don't pass the build phase yet too
Browse files- Gradio_UI.py +3 -7
- requirements.txt +0 -2
Gradio_UI.py
CHANGED
@@ -250,13 +250,9 @@ class GradioUI:
|
|
250 |
instructions = """
|
251 |
# 🎵 Song Meaning Bot 🎶
|
252 |
### How to Use:
|
253 |
-
1
|
254 |
-
2
|
255 |
-
3
|
256 |
-
4️⃣ If lyrics are found, they will be **translated to English**.
|
257 |
-
5️⃣ AI will **summarize the song's meaning** in simple terms.
|
258 |
-
|
259 |
-
📌 *Note:* The agent currently only takes links in the format https://www.youtube.com/watch?v=XXXXXXXXXX.
|
260 |
"""
|
261 |
|
262 |
with gr.Blocks(fill_height=True) as demo:
|
|
|
250 |
instructions = """
|
251 |
# 🎵 Song Meaning Bot 🎶
|
252 |
### How to Use:
|
253 |
+
1. Paste song title in the input field.
|
254 |
+
2. Agent will **search for the lyrics**.
|
255 |
+
3. Agent will **summarize the song's meaning** based on the lyrics using pre-defined prompt (see files).
|
|
|
|
|
|
|
|
|
256 |
"""
|
257 |
|
258 |
with gr.Blocks(fill_height=True) as demo:
|
requirements.txt
CHANGED
@@ -21,8 +21,6 @@ attrs==25.1.0
|
|
21 |
# aiohttp
|
22 |
# jsonschema
|
23 |
# referencing
|
24 |
-
audioop-lts==0.2.1
|
25 |
-
# via gradio
|
26 |
beautifulsoup4==4.13.3
|
27 |
# via markdownify
|
28 |
certifi==2025.1.31
|
|
|
21 |
# aiohttp
|
22 |
# jsonschema
|
23 |
# referencing
|
|
|
|
|
24 |
beautifulsoup4==4.13.3
|
25 |
# via markdownify
|
26 |
certifi==2025.1.31
|