adi / app.py
gaur3009's picture
Create app.py
6eeeea7 verified
raw
history blame
249 Bytes
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()