kramlion commited on
Commit
fb52ba8
·
1 Parent(s): 2a7135e
Files changed (3) hide show
  1. .idea/workspace.xml +1 -3
  2. app.py +1 -0
  3. requirements.txt +1 -0
.idea/workspace.xml CHANGED
@@ -4,9 +4,7 @@
4
  <option name="autoReloadType" value="SELECTIVE" />
5
  </component>
6
  <component name="ChangeListManager">
7
- <list default="true" id="7eeb9ad6-e30c-4a49-b03a-a9b6a48f7c76" name="Changes" comment="">
8
- <change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
9
- </list>
10
  <option name="SHOW_DIALOG" value="false" />
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
12
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
 
4
  <option name="autoReloadType" value="SELECTIVE" />
5
  </component>
6
  <component name="ChangeListManager">
7
+ <list default="true" id="7eeb9ad6-e30c-4a49-b03a-a9b6a48f7c76" name="Changes" comment="" />
 
 
8
  <option name="SHOW_DIALOG" value="false" />
9
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
app.py CHANGED
@@ -10,6 +10,7 @@ from tensorflow.keras.models import Sequential
10
  from tensorflow.keras.layers import LSTM, Dense, Dropout
11
  from tensorflow.keras.callbacks import EarlyStopping
12
  import pandas as pd
 
13
 
14
  # Загрузка файла модели из Hugging Face Hub
15
  model_path = hf_hub_download(repo_id="neuronetties/money", filename="money2.keras")
 
10
  from tensorflow.keras.layers import LSTM, Dense, Dropout
11
  from tensorflow.keras.callbacks import EarlyStopping
12
  import pandas as pd
13
+ import openpyxl
14
 
15
  # Загрузка файла модели из Hugging Face Hub
16
  model_path = hf_hub_download(repo_id="neuronetties/money", filename="money2.keras")
requirements.txt CHANGED
@@ -5,3 +5,4 @@ gradio
5
  matplotlib
6
  scikit-learn
7
  pandas
 
 
5
  matplotlib
6
  scikit-learn
7
  pandas
8
+ openpyxl