ghmark675
Committed by 666ghj

fix(sentiment_analyzer): streamlit and torch conflict

... ... @@ -13,6 +13,7 @@ try:
import torch
TORCH_AVAILABLE = True
torch.classes.__path__ = []
except ImportError:
torch = None # type: ignore
TORCH_AVAILABLE = False
... ...