Loguie's picture
Update app.py
3f2ba69 verified
raw
history blame contribute delete
152 Bytes
#Logan Lin, Period 3, Artificial Intelligence
import gradio as gr
gr.load(
"models/black-forest-labs/FLUX.1-dev",
provider="together",
).launch()