Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ def infer(prompt):
|
|
37 |
{prompt}
|
38 |
""")
|
39 |
is_safe = safety_check(prompt)
|
|
|
40 |
words = is_safe.split()
|
41 |
# Take the first word and convert it to a string variable
|
42 |
status = str(words[0])
|
|
|
37 |
{prompt}
|
38 |
""")
|
39 |
is_safe = safety_check(prompt)
|
40 |
+
print(is_safe)
|
41 |
words = is_safe.split()
|
42 |
# Take the first word and convert it to a string variable
|
43 |
status = str(words[0])
|