kusa04 commited on
Commit
14390d1
·
verified ·
1 Parent(s): 1597158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ from transformers.pipelines import AggregationStrategy
20
  from functions import (
21
  scrape_reddit_data,
22
  split_text_by_token_limit,
 
23
  safe_sentiment_batch,
24
  analyze_detail,
25
  preprocess_text
 
20
  from functions import (
21
  scrape_reddit_data,
22
  split_text_by_token_limit,
23
+ safe_sentiment,
24
  safe_sentiment_batch,
25
  analyze_detail,
26
  preprocess_text