Spaces:
Running
on
Zero
Running
on
Zero
da03
commited on
Commit
·
82df865
1
Parent(s):
d1a789b
app.py
CHANGED
@@ -90,6 +90,7 @@ def predict_product(num1, num2):
|
|
90 |
|
91 |
predicted_annotations = []
|
92 |
is_correct_sofar = True
|
|
|
93 |
if model_name == 'implicit':
|
94 |
if '=' not in predicted_digits_reversed:
|
95 |
print ('aaa')
|
|
|
90 |
|
91 |
predicted_annotations = []
|
92 |
is_correct_sofar = True
|
93 |
+
print (model_name)
|
94 |
if model_name == 'implicit':
|
95 |
if '=' not in predicted_digits_reversed:
|
96 |
print ('aaa')
|