Spaces:
Runtime error
Runtime error
Commit
·
2305143
1
Parent(s):
e22c874
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ sent_arr = [
|
|
174 |
|
175 |
sent_arr_masked = [
|
176 |
"Lou Gehrig:__entity__ who works for XCorp:__entity__ and lives in New:__entity__ York:__entity__ suffers from Parkinson's:__entity__ ",
|
177 |
-
"Parkinson:__entity__ who works for XCorp:__entity__ and lives in New:__entity__ York:__entity__ suffers from Lou Gehrig's:__entity__",
|
178 |
"lou:__entity__ gehrig:__entity__ was diagnosed with Parkinson's:__entity__ ",
|
179 |
"A eGFR:__entity__ below 60 indicates chronic kidney disease",
|
180 |
"Overexpression of EGFR:__entity__ occurs across a wide range of different cancers",
|
|
|
174 |
|
175 |
sent_arr_masked = [
|
176 |
"Lou Gehrig:__entity__ who works for XCorp:__entity__ and lives in New:__entity__ York:__entity__ suffers from Parkinson's:__entity__ ",
|
177 |
+
"Parkinson:__entity__ who works for XCorp:__entity__ and lives in New:__entity__ York:__entity__ suffers from Lou:__entity__ Gehrig's:__entity__",
|
178 |
"lou:__entity__ gehrig:__entity__ was diagnosed with Parkinson's:__entity__ ",
|
179 |
"A eGFR:__entity__ below 60 indicates chronic kidney disease",
|
180 |
"Overexpression of EGFR:__entity__ occurs across a wide range of different cancers",
|