jjoojj / app.py
ToonTownTommy's picture
Update app.py
1bee585 verified
raw
history blame contribute delete
175 Bytes
import gradio as gr
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="TinyLlama/TinyLlama-1.1B-Chat-v1.0")