Juno360219 commited on
Commit
186f757
1 Parent(s): 2794a3c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ 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')
 
16
  global is_gpu_busy
17
  for filter in word_list:
18
  if re.search(rf"\b{filter}\b", prompt):
19
+
20
 
21
  images = []
22
  url = os.getenv('JAX_BACKEND_URL')