Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,13 @@
|
|
2 |
pipeline_tag: image-to-image
|
3 |
tags:
|
4 |
- image-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
2 |
pipeline_tag: image-to-image
|
3 |
tags:
|
4 |
- image-to-image
|
5 |
+
widget:
|
6 |
+
- text: "I have a problem with my car that needs to be resolved asap!!"
|
7 |
+
candidate_labels: "urgent, not urgent, phone, tablet, computer"
|
8 |
+
multi_class: true
|
9 |
+
example_title: "Car problem"
|
10 |
+
- text: "Last week I upgraded my iOS version and ever since then my phone has been overheating whenever I use your app."
|
11 |
+
candidate_labels: "mobile, website, billing, account access"
|
12 |
+
multi_class: false
|
13 |
+
example_title: "Phone issue"
|
14 |
---
|