btyuioyuion / app.py
MaxGab's picture
Update app.py
7975860 verified
raw
history blame contribute delete
358 Bytes
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()