Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|