text_generation / app.py
atomiclabs's picture
Update app.py
d9e352f
raw
history blame
84 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/gpt2",
)
iface.launch()