File size: 203 Bytes
0335bcd
 
 
2f516be
0335bcd
 
 
1
2
3
4
5
6
7
import gradio as gr

gr.Interface.load(
             "huggingface/facebook/bart-base",
             theme="default",
             css=".footer{display:none !important}",
             title=None).launch()