Spaces:
Sleeping
Sleeping
Commit
·
2d81861
1
Parent(s):
f5d4f07
app.py
CHANGED
|
@@ -66,6 +66,7 @@ class_name = ['Apple___Apple_scab',
|
|
| 66 |
|
| 67 |
@app.get("/")
|
| 68 |
async def root():
|
|
|
|
| 69 |
return {"message": "Plant Disease Detection API", "version": "1.0.0"}
|
| 70 |
|
| 71 |
@app.post("/predict")
|
|
|
|
| 66 |
|
| 67 |
@app.get("/")
|
| 68 |
async def root():
|
| 69 |
+
print("dfhkjfdshu")
|
| 70 |
return {"message": "Plant Disease Detection API", "version": "1.0.0"}
|
| 71 |
|
| 72 |
@app.post("/predict")
|