marcelcastrobr
commited on
Commit
·
1623b9d
1
Parent(s):
9733f6c
update of application
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def sequence_to_classify(sequence, labels):
|
|
12 |
predicted_scores = response['scores']
|
13 |
clean_output = {idx: float(predicted_scores.pop(0)) for idx in predicted_labels}
|
14 |
print("Date:{} , Sequece:{}, Labels: {}".format(
|
15 |
-
str(datetime.datetime.now(),
|
16 |
sequence,
|
17 |
predicted_labels)
|
18 |
))
|
|
|
12 |
predicted_scores = response['scores']
|
13 |
clean_output = {idx: float(predicted_scores.pop(0)) for idx in predicted_labels}
|
14 |
print("Date:{} , Sequece:{}, Labels: {}".format(
|
15 |
+
str(datetime.datetime.now()),
|
16 |
sequence,
|
17 |
predicted_labels)
|
18 |
))
|