Sordhiq commited on
Commit
a5df65d
1 Parent(s): e5bddee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@ import numpy as np
2
  import pickle
3
  import pandas as pd
4
  #import streamlit as st
5
- #import gradio as gr
6
 
7
 
8
  with open("DTHabitatClassifier.pkl","rb") as pickle_in:
 
2
  import pickle
3
  import pandas as pd
4
  #import streamlit as st
5
+ import gradio as gr
6
 
7
 
8
  with open("DTHabitatClassifier.pkl","rb") as pickle_in: