Shreyas094 commited on
Commit
0f41ad8
·
verified ·
1 Parent(s): a7932b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def summarize_financial_news(query):
157
 
158
  Provide a detailed, coherent summary focusing on financial implications and analysis."""
159
 
160
- summary = query_llama({"inputs": prompt, "parameters": {"max_length": 500}})
161
 
162
  return summary[0]['generated_text']
163
 
 
157
 
158
  Provide a detailed, coherent summary focusing on financial implications and analysis."""
159
 
160
+ summary = query_llama({"inputs": prompt, "parameters": {"max_length": 5000}})
161
 
162
  return summary[0]['generated_text']
163