Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ import copy
|
|
133 |
import os
|
134 |
from huggingface_hub import hf_hub_download
|
135 |
from diffusers.utils import load_image
|
136 |
-
|
137 |
from email.mime import image
|
138 |
import torch
|
139 |
import base64
|
|
|
133 |
import os
|
134 |
from huggingface_hub import hf_hub_download
|
135 |
from diffusers.utils import load_image
|
136 |
+
from transformers.models.clip.modeling_clip import CLIPVisionModelWithProjection
|
137 |
from email.mime import image
|
138 |
import torch
|
139 |
import base64
|