wired-ia / app.py
pink-mothra's picture
Update app.py
8a328e4
raw
history blame
No virus
157 Bytes
import gradio as gr
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),enable_queue=True).launch()