Spaces:
Runtime error
Runtime error
alfredplpl
commited on
Commit
β’
2bd6b89
1
Parent(s):
23616f4
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ import spaces
|
|
5 |
import torch
|
6 |
import os
|
7 |
|
|
|
|
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
from safetensors.torch import load_file
|
10 |
|
|
|
5 |
import torch
|
6 |
import os
|
7 |
|
8 |
+
from compel import Compel, ReturnedEmbeddingsType
|
9 |
+
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
from safetensors.torch import load_file
|
12 |
|