Spaces:
Sleeping
Sleeping
leeroythecat
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import transformers
|
3 |
|
4 |
-
pipeline = transformers.pipeline('summarization', model="
|
5 |
|
6 |
resp = pipeline("You need to eat foods with less saturated fats to lower LDL cholesterol")
|
7 |
|
|
|
1 |
import streamlit as st
|
2 |
import transformers
|
3 |
|
4 |
+
pipeline = transformers.pipeline('summarization', model="unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit")
|
5 |
|
6 |
resp = pipeline("You need to eat foods with less saturated fats to lower LDL cholesterol")
|
7 |
|