fffiloni commited on
Commit
2da28ad
•
1 Parent(s): b898d4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -62,9 +62,9 @@ def infer(audio_file):
62
  #print(f"SUMMARY: {summary_result}")
63
 
64
  llama_q = f"""
65
- I'll give you music description, then i want you to provide an illustrative image description that would fit well with the music.
66
-
67
- Answer with only one image description. Never do lists. Do not processs each segment, but provide a summary for the whole instead.
68
 
69
  Here's the music description :
70
 
 
62
  #print(f"SUMMARY: {summary_result}")
63
 
64
  llama_q = f"""
65
+ I'll give you a music description, from i want you to provide an illustrative image description that would fit well with the music.
66
+ Do not processs each segment or song, but provide a summary for the whole instead.
67
+ Answer with only one image description. Never do lists. Maximum 77 tokens.
68
 
69
  Here's the music description :
70