Spaces:
Sleeping
Sleeping
Update game3.py
Browse files
game3.py
CHANGED
|
@@ -152,13 +152,6 @@ def func3_written(text_written, human_predict, lang_written):
|
|
| 152 |
|
| 153 |
output = classifier([text_written])
|
| 154 |
|
| 155 |
-
# star2num = {
|
| 156 |
-
# "5 stars": 100,
|
| 157 |
-
# "4 stars": 75,
|
| 158 |
-
# "3 stars": 50,
|
| 159 |
-
# "2 stars": 25,
|
| 160 |
-
# "1 star": 0,
|
| 161 |
-
# }
|
| 162 |
print(output)
|
| 163 |
out = output[0]
|
| 164 |
# (END) off-the-shelf version
|
|
|
|
| 152 |
|
| 153 |
output = classifier([text_written])
|
| 154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
print(output)
|
| 156 |
out = output[0]
|
| 157 |
# (END) off-the-shelf version
|