gpt2test / app.py
satpalsr's picture
Create app.py
c5b8bc3
raw
history blame
95 Bytes
import gradio as gr
iface = gr.Interface("gpt2", inputs="text", outputs="text")
iface.launch()