text_generator / app.py
Wootang01's picture
gr.Interface.load("huggingface/gpt2").launch()
21841d9
raw
history blame
67 Bytes
import gradio as gr
gr.Interface.load("huggingface/gpt2").launch()