Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
 
4
 
5
  st.title("📚 AI Adaptive Learning (Local LLaMA)")
6
 
 
1
  import streamlit as st
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
+ from huggingface_hub import login
5
 
6
  st.title("📚 AI Adaptive Learning (Local LLaMA)")
7