Zaktualizuj 'dialogue_system.py'
fix
This commit is contained in:
parent
b43b329578
commit
3a9503bee7
@ -5,7 +5,7 @@ from modules.NLG import NLG
|
||||
import json
|
||||
import re
|
||||
|
||||
value_dict = json.load(open(r'C:\Users\User\VisualStudio\Diagramy\aitech-sd-lab\modules\value_dict.json'))
|
||||
value_dict = json.load(open('value_dict.json'))
|
||||
|
||||
def format_prediction(prediction, intent):
|
||||
out_list = []
|
||||
|
Loading…
Reference in New Issue
Block a user