cabanemaths commited on
Commit
3a1b387
·
verified ·
1 Parent(s): 41e57b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
16
  compute_type = "float16" if device == "cuda" else "int8"
17
 
18
  origins = [
19
- "https://cabane-data.fr", # autoriser ton WordPress
20
  ]
21
 
22
  app = FastAPI()
 
16
  compute_type = "float16" if device == "cuda" else "int8"
17
 
18
  origins = [
19
+ "https://cabane-data.fr" , "https://www.cabane-data.fr" # autoriser ton WordPress
20
  ]
21
 
22
  app = FastAPI()