gpt2 / app.py
234bcn's picture
Update app.py
b05ece5
raw
history blame
88 Bytes
import gradio as gr
demo = gr.load("hotshotco/Hotshot-XL", src="models")
demo.launch()