Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -181,8 +181,8 @@ def predict_main(test_file,exist_file,prop_file):
|
|
181 |
#print("{} {:.3f}".format(nrec, y_pred))
|
182 |
print(nrec, max(y_pred))
|
183 |
|
184 |
-
|
185 |
|
186 |
-
predict_main(test_file,exist_file,prop_file)
|
187 |
|
188 |
st.header("End")
|
|
|
181 |
#print("{} {:.3f}".format(nrec, y_pred))
|
182 |
print(nrec, max(y_pred))
|
183 |
|
184 |
+
exitFlag = True
|
185 |
|
186 |
+
st.header(predict_main(test_file,exist_file,prop_file))
|
187 |
|
188 |
st.header("End")
|