Spaces:
Sleeping
Sleeping
remove placeholder
Browse files
app.py
CHANGED
@@ -21,9 +21,8 @@ tokenizer = AutoTokenizer.from_pretrained(model_path)
|
|
21 |
model = AutoModelForSequenceClassification.from_pretrained(model_path)
|
22 |
|
23 |
|
24 |
-
description = f"""# <h2 style="text-align: center;">
|
25 |
-
<p style="text-align: center;font-size:15px;">
|
26 |
-
Input a single review to predict sentiment or multiple from a text file.</p>
|
27 |
"""
|
28 |
|
29 |
sample_reviews = [
|
|
|
21 |
model = AutoModelForSequenceClassification.from_pretrained(model_path)
|
22 |
|
23 |
|
24 |
+
description = f"""# <h2 style="text-align: center;"> Opinion orbit Amazon Products Review</h2>
|
25 |
+
<p style="text-align: center;font-size:15px;"> Input a single review to predict sentiment or multiple from a text file.</p>
|
|
|
26 |
"""
|
27 |
|
28 |
sample_reviews = [
|