Spaces:
Running
oncpu upgrade
Update app.py #14186
by
facfac2022
- opened
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')
|