munem420 commited on
Commit
7df7c8d
·
verified ·
1 Parent(s): 2b1a9ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -4,23 +4,23 @@ emoji: 📈
4
  colorFrom: green
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 4.29.0 # Ensures you have the 'mount_static_directory' feature
8
  app_file: app.py
9
  pinned: false
10
  python_dependencies:
11
- - numpy
12
- - pandas
13
- - scikit-learn
14
- - tensorflow
15
- - pmdarima
16
- - yfinance
17
- - joblib
18
- - tqdm
19
- - fuzzywuzzy
20
- - python-Levenshtein
21
- - matplotlib
22
- - seaborn
23
- - huggingface-hub # Required for your app.py to download the model
24
  ---
25
 
26
  # Stock Forecaster App
 
4
  colorFrom: green
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.49.0
8
  app_file: app.py
9
  pinned: false
10
  python_dependencies:
11
+ - numpy
12
+ - pandas
13
+ - scikit-learn
14
+ - tensorflow
15
+ - pmdarima
16
+ - yfinance
17
+ - joblib
18
+ - tqdm
19
+ - fuzzywuzzy
20
+ - python-Levenshtein
21
+ - matplotlib
22
+ - seaborn
23
+ - huggingface-hub
24
  ---
25
 
26
  # Stock Forecaster App