fffiloni commited on
Commit
428b509
1 Parent(s): 6f1008f

update llama sys prompt

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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, from i want you to provide an illustrative image description that would fit well with the music.
60
- Do not processs each segment or song, but provide a summary for the whole instead.
61
- Answer with only one image description. Never do lists. Maximum 77 tokens.
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(