Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ghmark675
2025-11-10 19:17:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
666ghj
2025-11-11 01:11:32 +0800
Commit
b09a13ec6ec1ed5eef18a855be3b7e88dc2044ed
b09a13ec
1 parent
92482a41
fix(sentiment_analyzer): streamlit and torch conflict
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
InsightEngine/tools/sentiment_analyzer.py
InsightEngine/tools/sentiment_analyzer.py
View file @
b09a13e
...
...
@@ -13,6 +13,7 @@ try:
import
torch
TORCH_AVAILABLE
=
True
torch
.
classes
.
__path__
=
[]
except
ImportError
:
torch
=
None
# type: ignore
TORCH_AVAILABLE
=
False
...
...
Please
register
or
login
to post a comment