import gradio as gr import os token = os.getenv('HF_TOKEN') gr.load("models/black-forest-labs/FLUX.1-dev", provider="fal-ai", token=token).launch()