Spaces:
Runtime error
Runtime error
MC-E
commited on
Commit
Β·
825452e
1
Parent(s):
d4cb576
README
Browse files
app.py
CHANGED
@@ -192,11 +192,11 @@ def change_visible(im1, im2, val):
|
|
192 |
return outputs
|
193 |
|
194 |
|
195 |
-
DESCRIPTION = '
|
196 |
-
[Paper](https://arxiv.org/abs/2302.08453) [GitHub](https://github.com/TencentARC/T2I-Adapter)
|
197 |
|
198 |
-
|
199 |
-
|
|
|
200 |
with gr.Blocks(title="CoAdapter", css=".gr-box {border-color: #8136e2}") as demo:
|
201 |
gr.Markdown(DESCRIPTION)
|
202 |
|
|
|
192 |
return outputs
|
193 |
|
194 |
|
195 |
+
DESCRIPTION = '# [CoAdapter (Composable Adapter)](https://github.com/TencentARC/T2I-Adapter)'
|
|
|
196 |
|
197 |
+
DESCRIPTION += f'<p>Gradio demo for **CoAdapter**: [[GitHub]](https://github.com/TencentARC/T2I-Adapter), [[Paper]](https://arxiv.org/abs/2302.08453). If CoAdapter is helpful, please help to β the [Github Repo](https://github.com/TencentARC/T2I-Adapter) and recommend it to your friends π </p>'
|
198 |
+
|
199 |
+
DESCRIPTION += f'<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/Adapter/T2I-Adapter?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>'
|
200 |
with gr.Blocks(title="CoAdapter", css=".gr-box {border-color: #8136e2}") as demo:
|
201 |
gr.Markdown(DESCRIPTION)
|
202 |
|