|
@@ -32,7 +32,7 @@ curr_path = os.path.abspath(os.path.dirname(__file__))
|
|
project_root_path = curr_path[:curr_path.find("video_to_word") + len("video_to_word")]
|
|
project_root_path = curr_path[:curr_path.find("video_to_word") + len("video_to_word")]
|
|
sys.path.append(project_root_path)
|
|
sys.path.append(project_root_path)
|
|
|
|
|
|
-from script_score.lstm_network import SentimentNet
|
|
|
|
|
|
+# from script_score.lstm_network import SentimentNet
|
|
from config.url_and_db import toutiao_static_video_url, ai_word_engine
|
|
from config.url_and_db import toutiao_static_video_url, ai_word_engine
|
|
|
|
|
|
random_num = random.random()
|
|
random_num = random.random()
|