Text-to-Audio
Inference Endpoints
hungchiayu commited on
Commit
a34cd4c
·
verified ·
1 Parent(s): 60b8f30

Update tangoflux.py

Browse files
Files changed (1) hide show
  1. tangoflux.py +1 -1
tangoflux.py CHANGED
@@ -9,7 +9,7 @@ from diffusers.training_utils import compute_density_for_timestep_sampling
9
  import copy
10
  import torch.nn.functional as F
11
  import numpy as np
12
- from src.model import TangoFlux
13
  from huggingface_hub import snapshot_download
14
  from tqdm import tqdm
15
  from typing import Optional,Union,List
 
9
  import copy
10
  import torch.nn.functional as F
11
  import numpy as np
12
+ from model import TangoFlux
13
  from huggingface_hub import snapshot_download
14
  from tqdm import tqdm
15
  from typing import Optional,Union,List