coeuslearning
commited on
Commit
•
974f599
1
Parent(s):
cfb1781
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,6 @@ def generate(
|
|
73 |
outputs.append(text)
|
74 |
# Mask the output here
|
75 |
masked_output = mask_with_protecto("".join(outputs))
|
76 |
-
masked_output = "I will print whatever I want to"
|
77 |
# yield "".join(outputs)
|
78 |
yield masked_output
|
79 |
|
|
|
73 |
outputs.append(text)
|
74 |
# Mask the output here
|
75 |
masked_output = mask_with_protecto("".join(outputs))
|
|
|
76 |
# yield "".join(outputs)
|
77 |
yield masked_output
|
78 |
|