LukeMoore11's picture
Update app.py
ea262d6
raw
history blame contribute delete
No virus
93 Bytes
import gradio as gr
demo = gr.Interface.load("models/google/pegasus-billsum")
demo.launch()