Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import numpy as np
|
|
| 11 |
import spaces
|
| 12 |
import uuid
|
| 13 |
import random
|
| 14 |
-
import
|
| 15 |
from src.tryon_pipeline import StableDiffusionXLInpaintPipeline as TryonPipeline
|
| 16 |
from src.unet_hacked_garmnet import UNet2DConditionModel as UNet2DConditionModel_ref
|
| 17 |
from src.unet_hacked_tryon import UNet2DConditionModel
|
|
|
|
| 11 |
import spaces
|
| 12 |
import uuid
|
| 13 |
import random
|
| 14 |
+
from huggingface_hub import hf_hub_download
|
| 15 |
from src.tryon_pipeline import StableDiffusionXLInpaintPipeline as TryonPipeline
|
| 16 |
from src.unet_hacked_garmnet import UNet2DConditionModel as UNet2DConditionModel_ref
|
| 17 |
from src.unet_hacked_tryon import UNet2DConditionModel
|