Code9 / app.py
Ankush05's picture
this
1fe5b4b
raw
history blame
157 Bytes
import streamlit as st
from transformers import pipeline
generator = pipeline(model="gpt2")
generator("I can't believe you did such a ", do_sample=False)