Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,9 @@ def infer(audio_file):
|
|
29 |
|
30 |
summarize_q = f"""
|
31 |
|
32 |
-
I'll give you a list of music
|
|
|
|
|
33 |
Here's the list:
|
34 |
|
35 |
{cap_result}
|
|
|
29 |
|
30 |
summarize_q = f"""
|
31 |
|
32 |
+
I'll give you a list of music descriptions. Create a summary reflecting the musical ambiance.
|
33 |
+
Do not processe each segment, but provide a summary for the whole.
|
34 |
+
|
35 |
Here's the list:
|
36 |
|
37 |
{cap_result}
|