DSatishchandra commited on
Commit
01ce2c5
Β·
verified Β·
1 Parent(s): fb3320e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,4 +51,5 @@ async def detect_energy_anomalies_from_data(file: UploadFile = File(...)):
51
  result = detect_energy_anomalies(file_location)
52
  return {"energy_anomalies": result}
53
  except Exception as e:
54
- raise HTTPException(status_code=500, detail=f"Error processing energy anomaly detection: {str(e)}")
 
 
51
  result = detect_energy_anomalies(file_location)
52
  return {"energy_anomalies": result}
53
  except Exception as e:
54
+ raise HTTPException(status_code=500, detail=f"Error processing energy anomaly detection: {str(e)}")
55
+