#import the libraries for this app | |
import pickle | |
import pandas as pd | |
import shapfrom shap.plots._force_matplot import draw_additive_plot | |
import gradio as gr | |
import numpy as np | |
import matplotlib.py as plt | |
loaded_model = | |
explainer = shap.Explainer(loaded_model) | |
#Create the main function for server |