FranckAbgrall's picture
Update app.py
84ef6d9 verified
raw
history blame
162 Bytes
import gradio as gr
import os
token = os.getenv('HF_TOKEN')
print("ok", token)
gr.load("models/black-forest-labs/FLUX.1-dev", provider="hf-inference").launch()