Commit c75d1f7f authored by lishen's avatar lishen

[fix] gradio port

parent ef363d22
...@@ -16,7 +16,7 @@ from answer_search import * ...@@ -16,7 +16,7 @@ from answer_search import *
class ChatBotGraph: class ChatBotGraph:
def __init__(self): def __init__(self):
self.g = Graph( self.g = Graph(
'http://127.0.0.1:7474', 'http://127.0.0.1:7476',
user="neo4j", user="neo4j",
password="neo4j") password="neo4j")
self.classifier = QuestionClassifier(self.g) self.classifier = QuestionClassifier(self.g)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment