Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,6 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
|
|
101 |
print(steps, guidance)
|
102 |
|
103 |
repo_nsfw_classifier.to(DEVICE)
|
104 |
-
processor_nsfw_classifier.to(DEVICE)
|
105 |
repo.to(DEVICE)
|
106 |
|
107 |
parameters = {
|
|
|
101 |
print(steps, guidance)
|
102 |
|
103 |
repo_nsfw_classifier.to(DEVICE)
|
|
|
104 |
repo.to(DEVICE)
|
105 |
|
106 |
parameters = {
|