Update app_ead_instuct.py
Browse files- app_ead_instuct.py +1 -3
app_ead_instuct.py
CHANGED
@@ -490,10 +490,8 @@ with gr.Blocks(css=css) as demo:
|
|
490 |
gr.HTML(
|
491 |
"""
|
492 |
<p style="font-size: 0.95rem;margin: 0rem;line-height: 1.2em;margin-top:1em;display: inline-block">
|
493 |
-
<a href="https://sled-group.github.io/InfEdit/" target="_blank">project page</a> | <a href="https://arxiv.org" target="_blank">paper</a>| <a href="https://github.com/sled-group/InfEdit/tree/website" target="_blank">handbook</a>
|
494 |
</p>
|
495 |
-
|
496 |
-
We are now hosting on a A4000 GPU with 16 GiB memory.
|
497 |
"""
|
498 |
)
|
499 |
with gr.Row():
|
|
|
490 |
gr.HTML(
|
491 |
"""
|
492 |
<p style="font-size: 0.95rem;margin: 0rem;line-height: 1.2em;margin-top:1em;display: inline-block">
|
493 |
+
<a href="https://sled-group.github.io/InfEdit/" target="_blank">project page</a> | <a href="https://arxiv.org/pdf/2312.04965.pdf" target="_blank">paper</a>| <a href="https://github.com/sled-group/InfEdit/tree/website" target="_blank">handbook</a>
|
494 |
</p>
|
|
|
|
|
495 |
"""
|
496 |
)
|
497 |
with gr.Row():
|