Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Oussama2000
/
test2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Oussama2000
commited on
Apr 30, 2024
Commit
2a7dc47
·
verified
·
1 Parent(s):
55e37ec
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -1 +1,4 @@
1
-
print('hello
2')
1
+
#
Use a pipeline as a high-level helper
2
+
from transformers import pipeline
3
+
4
+
pipe = pipeline("text-generation", model="gradientai/Llama-3-8B-Instruct-Gradient-1048k")