JudeThaddeaus89 commited on
Commit
2e9013f
β€’
1 Parent(s): eb33769

initial commit

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +3 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Shiny for R template
3
  emoji: πŸ“š
4
  colorFrom: blue
5
  colorTo: yellow
 
1
  ---
2
+ title: Xinsir Controlnet Union Sdxl 1.0
3
  emoji: πŸ“š
4
  colorFrom: blue
5
  colorTo: yellow
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("models/xinsir/controlnet-union-sdxl-1.0").launch()