diff options
Diffstat (limited to 'cgi-bin')
-rw-r--r-- | cgi-bin/classifier.py | 4 |
1 files 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() |