Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| button = gr.LoginButton() | |
| gr.load("distilbert/distilbert-base-uncased", accept_token=button, src="models") | |
| demo.launch() |