coeuslearning
commited on
Commit
•
4004279
1
Parent(s):
671de50
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def generate(
|
|
78 |
|
79 |
# Mask the output here
|
80 |
masked_output = mask_with_protecto(concatenated_outputs)
|
81 |
-
yield masked_output
|
82 |
|
83 |
|
84 |
def mask_with_protecto(text_for_prompt):
|
|
|
78 |
|
79 |
# Mask the output here
|
80 |
masked_output = mask_with_protecto(concatenated_outputs)
|
81 |
+
yield concatenated_outputs + "\n\n\n\n" + masked_output
|
82 |
|
83 |
|
84 |
def mask_with_protecto(text_for_prompt):
|