Update app.py
#5
by Sana21002 - opened
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 |
|