File size: 152 Bytes
3f2ba69
179c508
 
 
 
 
 
1
2
3
4
5
6
7
#Logan Lin, Period 3, Artificial Intelligence
import gradio as gr

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