TextToImage2 / app.py
fabianad's picture
Update app.py
0cfe28d verified
raw
history blame
130 Bytes
from huggingface_hub import login
login(token=token)
import gradio as gr
gr.load("models/black-forest-labs/FLUX.1-dev").launch()