Spaces:
Running
on
Zero
Running
on
Zero
adding code and project
Browse files
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(
|