Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
99c278c
1
Parent(s):
994a3d9
yes
Browse files
__pycache__/two_stream_shunt_adapter.cpython-310.pyc
ADDED
Binary file (3.74 kB). View file
|
|
app.py
CHANGED
@@ -6,8 +6,8 @@ from transformers import T5Tokenizer, T5EncoderModel
|
|
6 |
from diffusers import DiffusionPipeline
|
7 |
from safetensors.torch import load_file
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
-
from
|
10 |
-
from
|
11 |
|
12 |
# βββ Device & Model Setup βββββββββββββββββββββββββββββββββββββ
|
13 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
|
6 |
from diffusers import DiffusionPipeline
|
7 |
from safetensors.torch import load_file
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
+
from .two_stream_shunt_adapter import TwoStreamShuntAdapter
|
10 |
+
from .configs import T5_SHUNT_REPOS
|
11 |
|
12 |
# βββ Device & Model Setup βββββββββββββββββββββββββββββββββββββ
|
13 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|