Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Thimoty
/
ItaliaLLM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Thimoty
commited on
Sep 9, 2024
Commit
80e5e59
·
verified
·
1 Parent(s):
2e587db
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -1,6 +1,4 @@
1
-
from huggingface_hub import login
2
3
-
login()
4
5
from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM
6
1
2
3
from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM
4