Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1658,7 +1658,7 @@ def chat():
|
|
1658 |
if word in word_to_index:
|
1659 |
input_vector[word_to_index[word]] = 1
|
1660 |
response = advanced_text_generation(input_vector)
|
1661 |
-
print("FiPhi-NeuralMark:
|
1662 |
|
1663 |
|
1664 |
|
|
|
1658 |
if word in word_to_index:
|
1659 |
input_vector[word_to_index[word]] = 1
|
1660 |
response = advanced_text_generation(input_vector)
|
1661 |
+
print("FiPhi-NeuralMark: (ENCRYPTED)")
|
1662 |
|
1663 |
|
1664 |
|