From f1528dc908f0ebc97f2d3864db57ee8417cfccb4 Mon Sep 17 00:00:00 2001 From: elavington <27739361+elavington@users.noreply.github.com> Date: Mon, 7 Aug 2017 09:38:22 -0400 Subject: Update classifier.py --- cgi-bin/classifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi-bin/classifier.py b/cgi-bin/classifier.py index ec2b634..8f8450b 100644 --- a/cgi-bin/classifier.py +++ b/cgi-bin/classifier.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/home/erik/bin/python3.6 #import packages to be used from sklearn.svm import SVC @@ -49,4 +49,4 @@ f.close()""" print (output) -quit() \ No newline at end of file +quit() -- cgit v1.2.3