Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,8 @@ from sklearn.preprocessing import OneHotEncoder
|
|
| 9 |
import gradio as gr
|
| 10 |
from gradio import components
|
| 11 |
|
|
|
|
|
|
|
| 12 |
model = tf.keras.models.load_model("NCM_DEMO.H5", compile=False)
|
| 13 |
|
| 14 |
ncm_table = pd.read_csv("https://raw.githubusercontent.com/mfilipak/AFRAC_IA/main/DATASET/TABELA_NCM.CSV", index_col="CODIGO")
|
|
|
|
| 9 |
import gradio as gr
|
| 10 |
from gradio import components
|
| 11 |
|
| 12 |
+
print("\n\n\n****************************>>>>>>>>> GRADIO VERSION: ",gr.__version__,"\n\n\n")
|
| 13 |
+
|
| 14 |
model = tf.keras.models.load_model("NCM_DEMO.H5", compile=False)
|
| 15 |
|
| 16 |
ncm_table = pd.read_csv("https://raw.githubusercontent.com/mfilipak/AFRAC_IA/main/DATASET/TABELA_NCM.CSV", index_col="CODIGO")
|