gaur3009 commited on
Commit
6eeeea7
·
verified ·
1 Parent(s): eee00ce

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ with gr.Blocks(fill_height=True) as demo:
4
+ with gr.Sidebar():
5
+ gr.Markdown("# Inference Provider")
6
+ gr.load("models/artificialguybr/TshirtDesignRedmond-V2", accept_token=button, provider="fal-ai")
7
+
8
+ demo.launch()