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