File size: 249 Bytes
6eeeea7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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()