true / app.py
dmar1313's picture
Update app.py
938e5e1
raw
history blame
No virus
142 Bytes
import gradio as gr
from transformers import pipeline
pipe = pipeline("text-generation", model="TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ")