Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def infer(audio_file):
|
|
61 |
|
62 |
#print(f"SUMMARY: {summary_result}")
|
63 |
|
64 |
-
llama_q = """
|
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.
|
|
|
61 |
|
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.
|