Haderstafed commited on
Commit
1ed700a
·
1 Parent(s): 2041eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,9 +7,9 @@ from statsmodels.tsa.stattools import adfuller
7
  import gradio as gr
8
  import pickle
9
 
10
- model_path - hf_hub_download(repo_id-"Haderstafed/site", filename="model_sprice.pkl")
11
- model_path - hf_hub_download(repo_id-"Haderstafed/site", filename="model_mprice.pkl")
12
- model_path - hf_hub_download(repo_id-"Haderstafed/site", filename="сетик-3.csv")
13
 
14
  # Загрузка данных
15
  data = pd.read_csv('сетик-3.csv')
 
7
  import gradio as gr
8
  import pickle
9
 
10
+ model_path = hf_hub_download(repo_id="Haderstafed/site", filename="model_sprice.pkl")
11
+ model_path = hf_hub_download(repo_id="Haderstafed/site", filename="model_mprice.pkl")
12
+ model_path = hf_hub_download(repo_id="Haderstafed/site", filename="сетик-3.csv")
13
 
14
  # Загрузка данных
15
  data = pd.read_csv('сетик-3.csv')