RohitGandikota commited on
Commit
fc6a452
·
verified ·
1 Parent(s): d6df5e4

adding code and project

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -136,6 +136,11 @@ SHARED_UI_WARNING = f'''## You can duplicate and use it with a gpu with at least
136
  with gr.Blocks(css=css) as demo:
137
  with gr.Column(elem_id="col-container"):
138
  gr.Markdown(" # SliderSpace: Decomposing Visual Capabilities of Diffusion Models")
 
 
 
 
 
139
 
140
  with gr.Row():
141
  prompt = gr.Text(
 
136
  with gr.Blocks(css=css) as demo:
137
  with gr.Column(elem_id="col-container"):
138
  gr.Markdown(" # SliderSpace: Decomposing Visual Capabilities of Diffusion Models")
139
+ # Adding links under the title
140
+ gr.Markdown("""
141
+ 🔗 [Project Page](https://sliderspace.baulab.info) |
142
+ 💻 [GitHub Code](https://github.com/rohitgandikota/sliderspace)
143
+ """)
144
 
145
  with gr.Row():
146
  prompt = gr.Text(