abdullafahem commited on
Commit
1f9349d
·
verified ·
1 Parent(s): 12c8cdf
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -434,8 +434,8 @@ def main():
434
  - 5 interest combinations
435
  """)
436
 
437
- # Load or train model
438
- if 'model' not in st.session_state:
439
  with st.spinner("Loading AI model... Please wait..."):
440
  model, tokenizer = load_or_train_model()
441
  if model is None or tokenizer is None:
 
434
  - 5 interest combinations
435
  """)
436
 
437
+ # Load or train model
438
+ if 'model' not in st.session_state:
439
  with st.spinner("Loading AI model... Please wait..."):
440
  model, tokenizer = load_or_train_model()
441
  if model is None or tokenizer is None: