7B-test / app.py
SUSSYMANBI's picture
Update app.py
c2e7119
raw
history blame contribute delete
102 Bytes
import streamlit as st
from transformers import pipeline
st.title("7B demo")
st.write("enter a text")