Spaces:
Running
Running
GitHub Actions
commited on
Commit
·
272e7c8
1
Parent(s):
37ea3f2
Auto-deploy from GitHub
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ predictor: DenguePredictor | None = None
|
|
| 28 |
state_predictor: StatePredictor | None = None
|
| 29 |
|
| 30 |
# Se api irá utilizar datasets baixados do hugging face ou os locais
|
| 31 |
-
ONLINE: bool =
|
| 32 |
|
| 33 |
app = FastAPI()
|
| 34 |
|
|
|
|
| 28 |
state_predictor: StatePredictor | None = None
|
| 29 |
|
| 30 |
# Se api irá utilizar datasets baixados do hugging face ou os locais
|
| 31 |
+
ONLINE: bool = True
|
| 32 |
|
| 33 |
app = FastAPI()
|
| 34 |
|