Spaces:
Runtime error
Runtime error
LikhonScripts
commited on
Commit
•
1ee3b9f
1
Parent(s):
4814958
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
|
|
|
2 |
|
3 |
-
|
|
|
1 |
+
# Use a pipeline as a high-level helper
|
2 |
+
from transformers import pipeline
|
3 |
|
4 |
+
pipe = pipeline("text-generation", model="meta-llama/Llama-2-7b-chat-hf")
|