Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ from transformers import CLIPImageProcessor
|
|
8 |
|
9 |
# Add necessary imports and initialize the model as in your code...
|
10 |
from typing import Any, Callable, Dict, List, Optional, Tuple, Union, Literal
|
11 |
-
from ip_adapter.ip_adapter import Resampler
|
12 |
import matplotlib.pyplot as plt
|
13 |
|
14 |
|
|
|
8 |
|
9 |
# Add necessary imports and initialize the model as in your code...
|
10 |
from typing import Any, Callable, Dict, List, Optional, Tuple, Union, Literal
|
|
|
11 |
import matplotlib.pyplot as plt
|
12 |
|
13 |
|