fffiloni commited on
Commit
28d0973
1 Parent(s): bfb46e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ client = Client("fffiloni/safety-checker-bot", hf_token=hf_token)
12
  def safety_check(user_prompt):
13
 
14
  response = client.predict(
 
15
  user_prompt, # str in 'User sent this' Textbox component
16
  api_name="/infer"
17
  )
 
12
  def safety_check(user_prompt):
13
 
14
  response = client.predict(
15
+ "consistent-character space", # str source space
16
  user_prompt, # str in 'User sent this' Textbox component
17
  api_name="/infer"
18
  )