Spaces:
Sleeping
Sleeping
test_ahad (#4)
Browse files- test commit (9205b6a0e67592763ad926016369a3f317a77b4a)
- test (d6fcc71ed28500e13a6bf3824b5417184f9fb5d3)
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
from fastapi.responses import StreamingResponse, JSONResponse
|
| 2 |
from fastapi import FastAPI, File, UploadFile, HTTPException
|
| 3 |
from ndvi_predictor import load_model, normalize_rgb, predict_ndvi, create_visualization
|
|
|
|
| 1 |
+
# test app.py
|
| 2 |
from fastapi.responses import StreamingResponse, JSONResponse
|
| 3 |
from fastapi import FastAPI, File, UploadFile, HTTPException
|
| 4 |
from ndvi_predictor import load_model, normalize_rgb, predict_ndvi, create_visualization
|