GPT2-Law-Large / app.py
berkerbatur's picture
Update app.py
71b6ab1 verified
raw
history blame
95 Bytes
import gradio as gr
demo = gr.load("sergeantson/GPT2_Large_Law", src="models")
demo.launch()