Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jodybro authored Dec 9, 2023
1 parent 8fea8f1 commit f86948e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@

print("e3")

IN_DEV = True
MONGO_URI = os.getenv('MONGO_URI')
MONGO_DB_NAME = os.getenv('MONGO_DB_NAME')
CHROMA_HOST = os.getenv('CHROMA_HOST')
print("HOST IS", CHROMA_HOST)
"

model_path = "combo_2023-08-02_03:48:00_8.1k_imgs_80_epochs_-1.0000_mse.pth"
device = "cpu"
Expand Down

0 comments on commit f86948e

Please sign in to comment.