gpt2test / app.py
satpalsr's picture
Update app.py
b8b8056
raw
history blame contribute delete
88 Bytes
import gradio as gr
iface = gr.Interface.load(name="gpt2", src="models")
iface.launch()