Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ pipe = AuraFlowPipeline.from_pretrained(
|
|
| 16 |
MAX_SEED = np.iinfo(np.int32).max
|
| 17 |
MAX_IMAGE_SIZE = 1024
|
| 18 |
|
| 19 |
-
@spaces.GPU
|
| 20 |
def infer(prompt,
|
| 21 |
negative_prompt="",
|
| 22 |
seed=42,
|
|
|
|
| 16 |
MAX_SEED = np.iinfo(np.int32).max
|
| 17 |
MAX_IMAGE_SIZE = 1024
|
| 18 |
|
| 19 |
+
@spaces.GPU
|
| 20 |
def infer(prompt,
|
| 21 |
negative_prompt="",
|
| 22 |
seed=42,
|