Mayur-cinderace commited on
Commit
c47e024
·
1 Parent(s): 1817676

Rename requirements_api.txt to requirements.txt for HF build

Browse files
Files changed (1) hide show
  1. src/api.py +1 -1
src/api.py CHANGED
@@ -41,7 +41,7 @@ SENTIMENT_DISTRIBUTION = Histogram(
41
  # =====================================================
42
  # Load model dynamically from Hugging Face Hub
43
  # =====================================================
44
- HF_MODEL_REPO = "Mayur-cinderace/investormlops-models"
45
  TICKER = "AAPL"
46
 
47
  def load_model():
 
41
  # =====================================================
42
  # Load model dynamically from Hugging Face Hub
43
  # =====================================================
44
+ HF_MODEL_REPO = "Mayur-cinderace/investor-mlopsmodels"
45
  TICKER = "AAPL"
46
 
47
  def load_model():