Spaces:
Sleeping
Sleeping
Muhammad Ahad Hassan Khan commited on
Commit ·
9205b6a
1
Parent(s): 05c7c93
test commit
Browse files
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 |
+
# 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
|