AlexanderHolmes0 commited on
Commit
9deb0f5
·
verified ·
1 Parent(s): 5d490ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -4,7 +4,10 @@ import numpy as np
4
  import scipy as sp
5
  import torch
6
  import shap
 
 
7
 
 
8
 
9
  text_1 = pipeline(
10
  "text-classification", model="AlexanderHolmes0/fake-news-detector", top_k=None
 
4
  import scipy as sp
5
  import torch
6
  import shap
7
+ import sys
8
+ import csv
9
 
10
+ csv.field_size_limit(sys.maxsize)
11
 
12
  text_1 = pipeline(
13
  "text-classification", model="AlexanderHolmes0/fake-news-detector", top_k=None