aasthav18 commited on
Commit
886194a
Β·
1 Parent(s): 4bb8799

reduced generate posts

Browse files
Files changed (1) hide show
  1. backend/main.py +1 -1
backend/main.py CHANGED
@@ -56,7 +56,7 @@ def _bootstrap() -> None:
56
  t0 = time.time()
57
 
58
  # Generate posts
59
- _corpus = generate_posts(n=400)
60
  texts = [p["text"] for p in _corpus]
61
 
62
  # ── Sentiment analysis ────────────────────────────────────────────
 
56
  t0 = time.time()
57
 
58
  # Generate posts
59
+ _corpus = generate_posts(n=200)
60
  texts = [p["text"] for p in _corpus]
61
 
62
  # ── Sentiment analysis ────────────────────────────────────────────