alfredplpl commited on
Commit
2bd6b89
β€’
1 Parent(s): 23616f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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