eagle0504 commited on
Commit
5131bbe
·
verified ·
1 Parent(s): f4f8e80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def ai_judge(sentence1: str, sentence2: str) -> float:
78
  }
79
  )
80
 
81
- return data[0]
82
 
83
 
84
  def query(payload: Dict[str, Any]) -> Dict[str, Any]:
 
78
  }
79
  )
80
 
81
+ return data
82
 
83
 
84
  def query(payload: Dict[str, Any]) -> Dict[str, Any]: