gpt2test / app.py
satpalsr's picture
Update app.py
4576ba9
raw
history blame
100 Bytes
import gradio as gr
iface = gr.Interface.load("gpt2", inputs="text", outputs="text")
iface.launch()