We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbe5d4 commit 58cf9c0Copy full SHA for 58cf9c0
sentiment-analysis/plumber.R
@@ -1,8 +1,6 @@
1
library(plumber)
2
library(reticulate)
3
4
-use_python("/opt/python/bin/python3")
5
-
6
#* @apiTitle Sentiment Analysis Text API
7
8
source_python('predict.py')
0 commit comments