Cachoups commited on
Commit
8f747d4
·
verified ·
1 Parent(s): 2734640

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -234,10 +234,6 @@ def generate_text(df, country, theme):
234
 
235
 
236
 
237
-
238
-
239
-
240
-
241
  # Generate the descriptive text using the model
242
  result = table_to_text(prompt, max_length=200, temperature = 1, top_p = 1)[0]['generated_text']
243
 
 
234
 
235
 
236
 
 
 
 
 
237
  # Generate the descriptive text using the model
238
  result = table_to_text(prompt, max_length=200, temperature = 1, top_p = 1)[0]['generated_text']
239