mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-07-20 12:10:41 +08:00
REMOVE: remove sentiment_hq from text_apis by default
This commit is contained in:
@@ -13,9 +13,6 @@ from indicoio import sentiment_hq, batch_sentiment_hq
|
||||
from indicoio import predict_image, predict_text, batch_predict_image, batch_predict_text
|
||||
from indicoio.utils.errors import IndicoError
|
||||
|
||||
# TODO: remove once sentiment_hq is added to the public API
|
||||
config.TEXT_APIS.remove("sentiment_hq")
|
||||
|
||||
DIR = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
class BatchAPIRun(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user