Spaces:
Running
on
Zero
Running
on
Zero
Jagrut Thakare
commited on
Commit
Β·
11c6dd7
1
Parent(s):
58a198f
v5
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ else :
|
|
26 |
MAX_SEED = np.iinfo(np.int32).max
|
27 |
MAX_IMAGE_SIZE = 1024
|
28 |
|
29 |
-
@spaces.GPU
|
30 |
def infer(
|
31 |
prompt,
|
32 |
negative_prompt="",
|
|
|
26 |
MAX_SEED = np.iinfo(np.int32).max
|
27 |
MAX_IMAGE_SIZE = 1024
|
28 |
|
29 |
+
@spaces.GPU()
|
30 |
def infer(
|
31 |
prompt,
|
32 |
negative_prompt="",
|