Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Download the model from Hugging Face Hub
|
7 |
-
model_path = hf_hub_download(repo_id="suryadev1/knn", filename="
|
8 |
|
9 |
# Load the model
|
10 |
with open(model_path, 'rb') as f:
|
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Download the model from Hugging Face Hub
|
7 |
+
model_path = hf_hub_download(repo_id="suryadev1/knn", filename="knn_model_pc.pkl")
|
8 |
|
9 |
# Load the model
|
10 |
with open(model_path, 'rb') as f:
|