models / app.py
kochaporn's picture
Update app.py
2f516be
raw
history blame
203 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/facebook/bart-base",
theme="default",
css=".footer{display:none !important}",
title=None).launch()