Hari Teja N
Results
2
comments of
Hari Teja N
@vinayak-mehta Please help me as I'm facing the same issue in my windows system. its windows 8.1
This is the code in flask . I can't again run the same code as it was delivering me tensors error. @app.route("/upload",methods=['POST']) def upload(): if(request.form["submit_button"]=="Answer"): passage=request.form["passage"] question=request.form["question"] result=PassageAns(passage,question) print(result) return...