paddle12 commited on
Commit
e2a2470
·
verified ·
1 Parent(s): e422414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,7 +1,9 @@
1
  import gradio as gr
2
  import pandas as pd
3
  import numpy as np
 
4
  from tensorflow.keras.models import load_model
 
5
 
6
  # Load the model
7
  model = load_model("Engine_Fault-small.h5")
 
1
  import gradio as gr
2
  import pandas as pd
3
  import numpy as np
4
+ import matplotlib.pyplot as plt
5
  from tensorflow.keras.models import load_model
6
+ import joblib
7
 
8
  # Load the model
9
  model = load_model("Engine_Fault-small.h5")