Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ pipe = TryonPipeline.from_pretrained(
|
|
122 |
pipe.unet_encoder = UNet_Encoder
|
123 |
|
124 |
|
125 |
-
@spaces.GPU(duration=
|
126 |
def start_tryon(
|
127 |
dict, garm_img, garment_des, is_checked, is_checked_crop, denoise_steps, seed, num_images
|
128 |
):
|
|
|
122 |
pipe.unet_encoder = UNet_Encoder
|
123 |
|
124 |
|
125 |
+
@spaces.GPU(duration=120) # 実行時間を120秒に設定
|
126 |
def start_tryon(
|
127 |
dict, garm_img, garment_des, is_checked, is_checked_crop, denoise_steps, seed, num_images
|
128 |
):
|