facfac2022 commited on
Commit
fa3ded8
1 Parent(s): 2794a3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -14,9 +14,6 @@ word_list = word_list_dataset["train"]['text']
14
  is_gpu_busy = False
15
  def infer(prompt, negative, scale):
16
  global is_gpu_busy
17
- for filter in word_list:
18
- if re.search(rf"\b{filter}\b", prompt):
19
- raise gr.Error("Unsafe content found. Please try again with different prompts.")
20
 
21
  images = []
22
  url = os.getenv('JAX_BACKEND_URL')
14
  is_gpu_busy = False
15
  def infer(prompt, negative, scale):
16
  global is_gpu_busy
 
 
 
17
 
18
  images = []
19
  url = os.getenv('JAX_BACKEND_URL')