Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def predict(name, description):
|
|
25 |
reliable = 'false'
|
26 |
else:
|
27 |
reliable = 'true'
|
28 |
-
scoreOutput = reliable + ' score: ' + score1
|
29 |
|
30 |
return preferedName1, definition1, IRDI1, scoreOutput
|
31 |
|
|
|
25 |
reliable = 'false'
|
26 |
else:
|
27 |
reliable = 'true'
|
28 |
+
scoreOutput = reliable + ' score: ' + str(score1)
|
29 |
|
30 |
return preferedName1, definition1, IRDI1, scoreOutput
|
31 |
|