waseoke commited on
Commit
7bc0ffa
·
verified ·
1 Parent(s): 471284a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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]/", tls=True, tlsAllowInvalidCertificates=True)
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