Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
|
|
5 |
from textblob import TextBlob
|
6 |
import matplotlib.pyplot as plt
|
7 |
|
8 |
-
# model_path = "C:\\Users\\abdul\\Documents\\genaiproj\\genai\\Models\\models--distilbert--distilbert-base-uncased-finetuned-sst-2-english"
|
9 |
analyzer = pipeline("text-classification", model="distilbert/distilbert-base-uncased-finetuned-sst-2-english")
|
10 |
# analyzer = pipeline("text-classification", model=model_path)
|
11 |
|
|
|
5 |
from textblob import TextBlob
|
6 |
import matplotlib.pyplot as plt
|
7 |
|
8 |
+
# model_path = " C:\\Users\\abdul\\Documents\\genaiproj\\genai\\Models\\models--distilbert--distilbert-base-uncased-finetuned-sst-2-english"
|
9 |
analyzer = pipeline("text-classification", model="distilbert/distilbert-base-uncased-finetuned-sst-2-english")
|
10 |
# analyzer = pipeline("text-classification", model=model_path)
|
11 |
|