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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -76,6 +76,8 @@ def ai_judge(sentence1: str, sentence2: str) -> float:
76
  "sentences": [sentence2]
77
  }
78
  }
 
 
79
  return data[0]
80
 
81
 
 
76
  "sentences": [sentence2]
77
  }
78
  }
79
+ )
80
+
81
  return data[0]
82
 
83