update llama sys prompt
Browse files
app.py
CHANGED
@@ -56,14 +56,14 @@ def infer(audio_file):
|
|
56 |
#print(f"SUMMARY: {summary_result}")
|
57 |
|
58 |
llama_q = f"""
|
59 |
-
I'll give you a music description
|
60 |
-
|
61 |
-
|
62 |
-
|
|
|
63 |
Here's the music description :
|
64 |
-
|
65 |
-
{cap_result}
|
66 |
|
|
|
67 |
"""
|
68 |
|
69 |
result = client.predict(
|
|
|
56 |
#print(f"SUMMARY: {summary_result}")
|
57 |
|
58 |
llama_q = f"""
|
59 |
+
I'll give you a music description.
|
60 |
+
Give me an image description that would fit well with the music description.
|
61 |
+
Be creative, do not do list, just an image description as required. Try to think about human characters first.
|
62 |
+
Your image description must fit well for a stable diffusion prompt.
|
63 |
+
|
64 |
Here's the music description :
|
|
|
|
|
65 |
|
66 |
+
« {cap_result} »
|
67 |
"""
|
68 |
|
69 |
result = client.predict(
|