black-f / app.py
alexeyGod's picture
Update app.py
ec18622 verified
raw
history blame contribute delete
318 Bytes
import gradio as gr
#gr.load("models/black-forest-labs/FLUX.1-dev")
#import numpy as np
#import gradio as gr
demo =gr.load("models/black-forest-labs/FLUX.1-dev")
#out = gr.Image(label="Result", show_label=False, format="png")
#outputs = out
#demo.title ="hello"
demo.launch()