Fetching metadata from the HF Docker repository...
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
1
|
# Fonction de prédiction
|
2
|
import gradio as gr
|
3
|
import joblib
|
|
|
1
|
+
import numpy as np
|
2
|
+
import pandas as pd
|
3
|
+
|
4
|
+
|
5
|
# Fonction de prédiction
|
6
|
import gradio as gr
|
7
|
import joblib
|