Spaces:
Sleeping
Sleeping
import gradio as gr | |
with gr.Blocks(fill_height=True) as web: | |
with gr.Sidebar(): | |
gr.Markdown("...") | |
gr.Markdown("black-forest-labs/FLUX.1-dev model. Sign in using hugging face account.") | |
button = gr.LoginButton("Sign in") | |
gr.load("models/black-forest-labs/FLUX.1-dev", accept_token=button, provider="nebius") | |
web.launch() |