Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ if Run_Button and input_text:
|
|
| 149 |
# Create mask dictionary
|
| 150 |
mask_dict = create_mask_dict(output_comb)
|
| 151 |
|
| 152 |
-
masked_text = create_masked_text(input_text, output_comb
|
| 153 |
|
| 154 |
# Apply masking and add masked_word column
|
| 155 |
for entity in output_comb:
|
|
|
|
| 149 |
# Create mask dictionary
|
| 150 |
mask_dict = create_mask_dict(output_comb)
|
| 151 |
|
| 152 |
+
masked_text = create_masked_text(input_text, output_comb)
|
| 153 |
|
| 154 |
# Apply masking and add masked_word column
|
| 155 |
for entity in output_comb:
|