Spaces:
Runtime error
Runtime error
add markdown to space
Browse files
app.py
CHANGED
|
@@ -959,14 +959,14 @@ custom_css = """
|
|
| 959 |
"""
|
| 960 |
|
| 961 |
_HEADER_ = '''
|
| 962 |
-
<
|
| 963 |
-
<
|
| 964 |
-
📝<a href='https://arxiv.org/abs/2412.02690' target='_blank'>Paper</a>
|
| 965 |
-
📢<a href='https://ivl.cs.brown.edu/research/foundhand.html' target='_blank'>Project</a>
|
|
|
|
| 966 |
'''
|
| 967 |
|
| 968 |
-
_CITE_ = """
|
| 969 |
-
<h2>Citation</h2>
|
| 970 |
```
|
| 971 |
@article{chen2024foundhand,
|
| 972 |
title={FoundHand: Large-Scale Domain-Specific Learning for Controllable Hand Image Generation},
|
|
@@ -1544,8 +1544,9 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 1544 |
examples_per_page=20,
|
| 1545 |
)
|
| 1546 |
|
| 1547 |
-
gr.Markdown(
|
| 1548 |
-
|
|
|
|
| 1549 |
# print("Ready to launch..")
|
| 1550 |
# _, _, shared_url = demo.queue().launch(
|
| 1551 |
# share=True, server_name="0.0.0.0", server_port=7739
|
|
|
|
| 959 |
"""
|
| 960 |
|
| 961 |
_HEADER_ = '''
|
| 962 |
+
<h1><b>FoundHand: Large-Scale Domain-Specific Learning for Controllable Hand Image Generation</b></h1>
|
| 963 |
+
<h2>
|
| 964 |
+
📝<a href='https://arxiv.org/abs/2412.02690' target='_blank'>Paper</a>
|
| 965 |
+
📢<a href='https://ivl.cs.brown.edu/research/foundhand.html' target='_blank'>Project</a>
|
| 966 |
+
</h2>
|
| 967 |
'''
|
| 968 |
|
| 969 |
+
_CITE_ = r"""
|
|
|
|
| 970 |
```
|
| 971 |
@article{chen2024foundhand,
|
| 972 |
title={FoundHand: Large-Scale Domain-Specific Learning for Controllable Hand Image Generation},
|
|
|
|
| 1544 |
examples_per_page=20,
|
| 1545 |
)
|
| 1546 |
|
| 1547 |
+
gr.Markdown("<h1>Citation</h1>")
|
| 1548 |
+
gr.MarkDown(_CITE_)
|
| 1549 |
+
|
| 1550 |
# print("Ready to launch..")
|
| 1551 |
# _, _, shared_url = demo.queue().launch(
|
| 1552 |
# share=True, server_name="0.0.0.0", server_port=7739
|