Spaces:
Sleeping
Sleeping
Muhammad Ahad Hassan Khan commited on
Commit ·
d6fcc71
1
Parent(s): 9205b6a
test
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 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
|
|
|
|
| 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
|