Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
| 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()
|