Spaces:
Runtime error
Runtime error
Commit
·
64547bc
1
Parent(s):
336e489
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import pandas as pd
|
|
4 |
import torch
|
5 |
import numpy as np
|
6 |
import regex as re
|
|
|
7 |
|
8 |
from pysentimiento.preprocessing import preprocess_tweet
|
9 |
|
|
|
4 |
import torch
|
5 |
import numpy as np
|
6 |
import regex as re
|
7 |
+
import pysentimiento
|
8 |
|
9 |
from pysentimiento.preprocessing import preprocess_tweet
|
10 |
|