update for change of exp2 and add exp3
This commit is contained in:
@@ -169,7 +169,7 @@ class SketchpadApp:
|
||||
|
||||
def execute(self):
|
||||
"""执行按钮功能 - 将画板数据传递给后端"""
|
||||
prediction = self.predictor.predict(self.canvas_data)
|
||||
prediction = self.predictor.predict_sketchpad(self.canvas_data)
|
||||
self.show_in_table(prediction)
|
||||
|
||||
def reset(self):
|
||||
|
||||
Reference in New Issue
Block a user