Cachoups commited on
Commit
023b563
·
verified ·
1 Parent(s): 0d3029d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def generate_text(df, country, theme):
239
 
240
 
241
  # Generate the descriptive text using the model
242
- result = table_to_text(prompt, max_length=200, temperature=0.7, top_p=0.9)[0]['generated_text']
243
 
244
  return result
245
  # Global variable
 
239
 
240
 
241
  # Generate the descriptive text using the model
242
+ result = table_to_text(prompt, max_length=200)[0]['generated_text']
243
 
244
  return result
245
  # Global variable