Update app.py
Browse files
app.py
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
-
import io
|
2 |
-
import random
|
3 |
-
from typing import List, Tuple
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
from
|
8 |
-
from transformers import CLIPModel, CLIPProcessor
|
9 |
|
10 |
# imports we will use
|
11 |
-
import warnings
|
12 |
-
warnings.simplefilter(action='ignore', category=FutureWarning)
|
13 |
|
14 |
import altair as alt
|
15 |
import pandas as pd
|
|
|
1 |
+
# import io
|
2 |
+
# import random
|
3 |
+
# from typing import List, Tuple
|
4 |
|
5 |
+
|
6 |
+
# from PIL import Image
|
7 |
+
# from transformers import CLIPModel, CLIPProcessor
|
|
|
8 |
|
9 |
# imports we will use
|
10 |
+
# import warnings
|
11 |
+
# warnings.simplefilter(action='ignore', category=FutureWarning)
|
12 |
|
13 |
import altair as alt
|
14 |
import pandas as pd
|