Spaces:
Running
on
Zero
Running
on
Zero
da03
commited on
Commit
·
8ee7a60
1
Parent(s):
09d8750
app.py
CHANGED
@@ -63,7 +63,7 @@ def predict_product(num1, num2):
|
|
63 |
#prediction = postprocess(output_text)
|
64 |
predicted_digits_reversed = output_text.strip().split(' ')
|
65 |
print ('p', predicted_digits_reversed)
|
66 |
-
correct_digits_reversed =
|
67 |
print ('c', correct_digits_reversed)
|
68 |
|
69 |
# Create the diff for HighlightedText
|
|
|
63 |
#prediction = postprocess(output_text)
|
64 |
predicted_digits_reversed = output_text.strip().split(' ')
|
65 |
print ('p', predicted_digits_reversed)
|
66 |
+
correct_digits_reversed = list(correct_product)[::-1]
|
67 |
print ('c', correct_digits_reversed)
|
68 |
|
69 |
# Create the diff for HighlightedText
|