Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import torch
|
|
4 |
from torch.nn import Embedding
|
5 |
|
6 |
# MongoDB Atlas 연결 설정
|
7 |
-
client = MongoClient("mongodb+srv://waseoke:[email protected]/
|
8 |
db = client["패션"]
|
9 |
product_collection = db["여성의류"]
|
10 |
|
|
|
4 |
from torch.nn import Embedding
|
5 |
|
6 |
# MongoDB Atlas 연결 설정
|
7 |
+
client = MongoClient("mongodb+srv://waseoke:[email protected]/test?retryWrites=true&w=majority&tls=true&tlsAllowInvalidCertificates=true")
|
8 |
db = client["패션"]
|
9 |
product_collection = db["여성의류"]
|
10 |
|