Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ grid_sizes = {
|
|
54 |
"3x2": (3, 2),
|
55 |
"1x1": (1, 1),
|
56 |
}
|
57 |
-
|
58 |
def infer(
|
59 |
prompt,
|
60 |
negative_prompt="",
|
|
|
54 |
"3x2": (3, 2),
|
55 |
"1x1": (1, 1),
|
56 |
}
|
57 |
+
@spaces.GPU
|
58 |
def infer(
|
59 |
prompt,
|
60 |
negative_prompt="",
|