Chenzhou commited on
Commit
c307f2e
1 Parent(s): 6fedaa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ inputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(1,"fixed"), label="I
11
 
12
  outputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Congestion Level"])]
13
 
14
- model = joblib.load("tilos/Traffic_Prediction/tree/main/traffic_model.pkl")
15
 
16
  # we will give our dataframe as example
17
  #df = datasets.load_dataset("merve/supersoaker-failures")
 
11
 
12
  outputs = [gr.Dataframe(row_count = (1, "fixed"), col_count=(1, "fixed"), label="Predictions", headers=["Congestion Level"])]
13
 
14
+ model = joblib.load("./traffic_model.pkl")
15
 
16
  # we will give our dataframe as example
17
  #df = datasets.load_dataset("merve/supersoaker-failures")