abidlabs HF Staff commited on
Commit
d5a4c08
·
verified ·
1 Parent(s): 765757a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,6 +3,6 @@ import gradio as gr
3
  with gr.Blocks() as demo:
4
  button = gr.LoginButton("Sign in to use your Hugging Face Token")
5
  with gr.Column(variant="panel"):
6
- gr.load("distilbert/distilbert-base-uncased", accept_token=button, src="models")
7
 
8
  demo.launch()
 
3
  with gr.Blocks() as demo:
4
  button = gr.LoginButton("Sign in to use your Hugging Face Token")
5
  with gr.Column(variant="panel"):
6
+ gr.load("facebook/bart-large-cnn", accept_token=button, src="models")
7
 
8
  demo.launch()