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