AlexanderHolmes0
commited on
Update app.py
Browse files
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
|