Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ extras_b.sampling_configs.update({
|
|
| 103 |
't_start': 1.0
|
| 104 |
})
|
| 105 |
|
| 106 |
-
@spaces.GPU(duration=
|
| 107 |
def generate_images(prompt, height, width, seed, num_images):
|
| 108 |
torch.manual_seed(seed)
|
| 109 |
random.seed(seed)
|
|
|
|
| 103 |
't_start': 1.0
|
| 104 |
})
|
| 105 |
|
| 106 |
+
@spaces.GPU(duration=180)
|
| 107 |
def generate_images(prompt, height, width, seed, num_images):
|
| 108 |
torch.manual_seed(seed)
|
| 109 |
random.seed(seed)
|