Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

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

Lines changed: 0 additions & 2 deletions
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)