Spaces:
Sleeping
Sleeping
demo header update
Browse files
app.py
CHANGED
@@ -212,8 +212,8 @@ async () => {
|
|
212 |
"""
|
213 |
|
214 |
with gr.Blocks(css="style.css") as demo:
|
215 |
-
gr.Markdown("#
|
216 |
-
gr.Markdown("**Paper:** One-Step Image Translation with Text-to-Image Models", elem_id="paper_name")
|
217 |
gr.Markdown("**GitHub:** https://github.com/GaParmar/img2img-turbo", elem_id="github")
|
218 |
# these are hidden buttons that are used to trigger the canvas changes
|
219 |
line = gr.Checkbox(label="line", value=False, elem_id="cb-line")
|
|
|
212 |
"""
|
213 |
|
214 |
with gr.Blocks(css="style.css") as demo:
|
215 |
+
gr.Markdown("# pix2pix-Turbo: **Sketch**", elem_id="description")
|
216 |
+
gr.Markdown("**Paper:** [One-Step Image Translation with Text-to-Image Models](https://arxiv.org/abs/2403.12036) ", elem_id="paper_name")
|
217 |
gr.Markdown("**GitHub:** https://github.com/GaParmar/img2img-turbo", elem_id="github")
|
218 |
# these are hidden buttons that are used to trigger the canvas changes
|
219 |
line = gr.Checkbox(label="line", value=False, elem_id="cb-line")
|