suryadev1 commited on
Commit
f9c3a27
·
verified ·
1 Parent(s): 24740bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="knn_model.pkl")
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: