image3 / app.py
JuanLastra's picture
Update app.py
deab8ab verified
Raw
History Blame Contribute Delete
617 Bytes
import gradio as gr
with gr.Blocks(fill_height=True) as web:
with gr.Sidebar():
gr.Markdown("""# Juan Lastra ~ 'An AI to help make your dreams come true...'""")
gr.Markdown("""This Space is built upon the black-forest-labs/FLUX.1-dev model, and uses nebius API [ for redirection purposes ]. Sign in with your Hugging Face account to use this API [ I didn't want to use my GPU resources, so you will have to use your own :D ].""")
button = gr.LoginButton("Sign in")
gr.load("models/black-forest-labs/FLUX.1-dev", accept_token=button, provider="nebius")
web.launch()
# Juan Lastra