Image / app.py
JuanLastra's picture
Update app.py
7f8ed9c verified
Raw
History Blame Contribute Delete
618 Bytes
import gradio as gr
with gr.Blocks(fill_height=True) as web:
with gr.Sidebar():
gr.Markdown("""# Atlas ~ 'An AI to help make your wildest 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