Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 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", src="models")
|
| 7 |
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
with gr.Blocks() as demo:
|
|
|
|
| 4 |
with gr.Column(variant="panel"):
|
| 5 |
gr.load("facebook/bart-large-cnn", src="models")
|
| 6 |
|