Skip to content

Commit 58cf9c0

Browse files
committed
Remove use_python reticulate call from sentiment analysis API
1 parent 7fbe5d4 commit 58cf9c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentiment-analysis/plumber.R

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
library(plumber)
22
library(reticulate)
33

4-
use_python("/opt/python/bin/python3")
5-
64
#* @apiTitle Sentiment Analysis Text API
75

86
source_python('predict.py')

0 commit comments

Comments
 (0)