import gradio as gr | |
with gr.Blocks(fill_height=True) as demo: | |
with gr.Sidebar(): | |
gr.Markdown("# Inference Provider") | |
gr.load("models/artificialguybr/TshirtDesignRedmond-V2", accept_token=button, provider="fal-ai") | |
demo.launch() |
import gradio as gr | |
with gr.Blocks(fill_height=True) as demo: | |
with gr.Sidebar(): | |
gr.Markdown("# Inference Provider") | |
gr.load("models/artificialguybr/TshirtDesignRedmond-V2", accept_token=button, provider="fal-ai") | |
demo.launch() |