Spaces:
Running
on
T4
Running
on
T4
change container width param
Browse files
pages/AI_Shopping_Assistant.py
CHANGED
@@ -30,6 +30,10 @@ from requests_aws4auth import AWS4Auth
|
|
30 |
#import copali
|
31 |
from requests.auth import HTTPBasicAuth
|
32 |
import bedrock_agent
|
|
|
|
|
|
|
|
|
33 |
|
34 |
|
35 |
|
|
|
30 |
#import copali
|
31 |
from requests.auth import HTTPBasicAuth
|
32 |
import bedrock_agent
|
33 |
+
import warnings
|
34 |
+
|
35 |
+
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
36 |
+
|
37 |
|
38 |
|
39 |
|
pages/Multimodal_Conversational_Search.py
CHANGED
@@ -24,6 +24,10 @@ import botocore
|
|
24 |
from requests_aws4auth import AWS4Auth
|
25 |
import colpali
|
26 |
from requests.auth import HTTPBasicAuth
|
|
|
|
|
|
|
|
|
27 |
|
28 |
|
29 |
|
|
|
24 |
from requests_aws4auth import AWS4Auth
|
25 |
import colpali
|
26 |
from requests.auth import HTTPBasicAuth
|
27 |
+
import warnings
|
28 |
+
|
29 |
+
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
30 |
+
|
31 |
|
32 |
|
33 |
|
pages/Semantic_Search.py
CHANGED
@@ -32,6 +32,10 @@ import amazon_rekognition
|
|
32 |
#from st_click_detector import click_detector
|
33 |
import llm_eval
|
34 |
import all_search_execute
|
|
|
|
|
|
|
|
|
35 |
|
36 |
|
37 |
|
|
|
32 |
#from st_click_detector import click_detector
|
33 |
import llm_eval
|
34 |
import all_search_execute
|
35 |
+
import warnings
|
36 |
+
|
37 |
+
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
38 |
+
|
39 |
|
40 |
|
41 |
|