Update app.py
#1
by
Priyanka-Kumavat-At-TE
- opened
app.py
CHANGED
@@ -48,7 +48,7 @@ def classify_compliant(text):
|
|
48 |
|
49 |
|
50 |
#build the Gradio app
|
51 |
-
#Instructuction = "Write an
|
52 |
title="Customer Complaints Categorization"
|
53 |
description = """This application uses fine-tune BERT to perform Customer Complaints Categorization. BERT models are usually pretrained on a large corpus of text and then fine tuned for specific tasks.
|
54 |
Effectively handling customer complaints provides an opportunity for the service provider to resolve the customer’s problems on time and thus reduce dissatisfaction levels.
|
|
|
48 |
|
49 |
|
50 |
#build the Gradio app
|
51 |
+
#Instructuction = "Write an Imaginary review about a product or service you might be interested in."
|
52 |
title="Customer Complaints Categorization"
|
53 |
description = """This application uses fine-tune BERT to perform Customer Complaints Categorization. BERT models are usually pretrained on a large corpus of text and then fine tuned for specific tasks.
|
54 |
Effectively handling customer complaints provides an opportunity for the service provider to resolve the customer’s problems on time and thus reduce dissatisfaction levels.
|