Spaces:
Build error
Build error
nftblackmagic commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ pipe = FluxFillPipeline.from_pretrained(
|
|
| 26 |
).to(device)
|
| 27 |
print('Loading Finished!')
|
| 28 |
|
| 29 |
-
@spaces.GPU(duration=
|
| 30 |
def gradio_inference(
|
| 31 |
image_data,
|
| 32 |
garment,
|
|
|
|
| 26 |
).to(device)
|
| 27 |
print('Loading Finished!')
|
| 28 |
|
| 29 |
+
@spaces.GPU(duration=120)
|
| 30 |
def gradio_inference(
|
| 31 |
image_data,
|
| 32 |
garment,
|