Abhishek0323 commited on
Commit
057e8cb
·
verified ·
1 Parent(s): 543adc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  import requests
4
  import pandas as pd
5
  import json
6
- import joblib # Import joblib to load the local model
7
 
8
  # Function to create the payload for the model
9
  def create_tf_serving_json(data):
 
3
  import requests
4
  import pandas as pd
5
  import json
6
+ import joblib
7
 
8
  # Function to create the payload for the model
9
  def create_tf_serving_json(data):