Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,8 @@ if SAFETY_CHECKER:
|
|
78 |
return images, has_nsfw_concepts
|
79 |
|
80 |
|
81 |
-
|
|
|
82 |
def generate_image(
|
83 |
prompt,
|
84 |
negative_prompt,
|
|
|
78 |
return images, has_nsfw_concepts
|
79 |
|
80 |
|
81 |
+
#@spaces.GPU(enable_queue=True, duration=5)
|
82 |
+
@spaces.GPU(enable_queue=True)
|
83 |
def generate_image(
|
84 |
prompt,
|
85 |
negative_prompt,
|