Commit
·
a0f796f
1
Parent(s):
d57f7bc
docs: Add CPU disclaimer
Browse files
app.py
CHANGED
@@ -17,7 +17,10 @@ any training data!
|
|
17 |
|
18 |
Note that the models will most likely *not* work as well as a finetuned model on your
|
19 |
specific data, but they can be used as a starting point for your own classification
|
20 |
-
task ✨
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
def classification(task: str, doc: str) -> str:
|
|
|
17 |
|
18 |
Note that the models will most likely *not* work as well as a finetuned model on your
|
19 |
specific data, but they can be used as a starting point for your own classification
|
20 |
+
task ✨
|
21 |
+
|
22 |
+
|
23 |
+
Also, be patient, as this demo is running on a CPU!"""
|
24 |
|
25 |
|
26 |
def classification(task: str, doc: str) -> str:
|