Spaces:
Sleeping
Sleeping
modified app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
3 |
|
4 |
classifier = pipeline("sentiment-analysis", model="maurosm/bert_classification_model")
|
5 |
st.markdown('''
|
6 |
-
Type an utterance that
|
7 |
* change_shipping_address
|
8 |
* complaint
|
9 |
* contact_customer_service
|
|
|
3 |
|
4 |
classifier = pipeline("sentiment-analysis", model="maurosm/bert_classification_model")
|
5 |
st.markdown('''
|
6 |
+
Type an utterance that corresponds to one of the ten intents listed below:
|
7 |
* change_shipping_address
|
8 |
* complaint
|
9 |
* contact_customer_service
|