Spaces:
Runtime error
Runtime error
Commit
·
1d45d36
1
Parent(s):
0813f56
lightning should be pre-fine re nsfw ?
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ import threading
|
|
| 31 |
import random
|
| 32 |
import time
|
| 33 |
from PIL import Image
|
| 34 |
-
from safety_checker_improved import maybe_nsfw
|
| 35 |
|
| 36 |
|
| 37 |
torch.set_grad_enabled(False)
|
|
|
|
| 31 |
import random
|
| 32 |
import time
|
| 33 |
from PIL import Image
|
| 34 |
+
# from safety_checker_improved import maybe_nsfw
|
| 35 |
|
| 36 |
|
| 37 |
torch.set_grad_enabled(False)
|