File size: 130 Bytes
0cfe28d
 
 
c89c49d
 
 
1
2
3
4
5
6
from huggingface_hub import login
login(token=token)

import gradio as gr

gr.load("models/black-forest-labs/FLUX.1-dev").launch()