viciu / app.py
Wiktor Kolodziej
gpt-j demo
50867bf
raw
history blame
146 Bytes
import gradio as gr
def update(name):
return f"Welcome to Gradio, {name}!"
gr.Interface.load('huggingface/EleutherAI/gpt-j-6B').launch()