Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
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):
|
|
|
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):
|