Update app.py
Browse files
app.py
CHANGED
@@ -110,8 +110,8 @@ def infer(seed, prompt, negative_prompt, steps, cfgr):
|
|
110 |
return output_images
|
111 |
|
112 |
with gr.Blocks(theme='gradio/soft') as demo:
|
113 |
-
gr.Markdown("##
|
114 |
-
gr.Markdown("[\[Paper\]](https://arxiv.org/abs/2310.01407) [\[Project Page\]](https://fast-codi.github.io)")
|
115 |
|
116 |
with gr.Tab("CoDi on Text-to-Image"):
|
117 |
|
|
|
110 |
return output_images
|
111 |
|
112 |
with gr.Blocks(theme='gradio/soft') as demo:
|
113 |
+
gr.Markdown("## CoDi: Conditional Diffusion Distillation for Higher-Fidelity and Faster Image Generation")
|
114 |
+
gr.Markdown("[\[Paper\]](https://arxiv.org/abs/2310.01407) [\[Project Page\]](https://fast-codi.github.io) [\[Code\]](https://github.com/fast-codi/CoDi)")
|
115 |
|
116 |
with gr.Tab("CoDi on Text-to-Image"):
|
117 |
|