Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,6 +67,8 @@ from huggingface_hub import snapshot_download
|
|
| 67 |
|
| 68 |
|
| 69 |
article = r"""
|
|
|
|
|
|
|
| 70 |
📧 **Contact**
|
| 71 |
<br>
|
| 72 |
If you have any questions, please feel free to reach me out at <b>zhuangjh23@mails.tsinghua.edu.cn</b>.
|
|
@@ -85,8 +87,6 @@ If our work is useful for your research, please consider citing:
|
|
| 85 |
url={https://arxiv.org/abs/2412.11815},
|
| 86 |
}
|
| 87 |
```
|
| 88 |
-
---
|
| 89 |
-
If ColorFlow is helpful, please help to ⭐ the <a href='https://github.com/TencentARC/ColorFlow' target='_blank'>Github Repo</a>. Thanks! [](https://github.com/TencentARC/ColorFlow)
|
| 90 |
"""
|
| 91 |
|
| 92 |
model_global_path = snapshot_download(repo_id="TencentARC/ColorFlow", cache_dir='./colorflow/', repo_type="model")
|
|
@@ -537,9 +537,9 @@ with gr.Blocks() as demo:
|
|
| 537 |
)
|
| 538 |
|
| 539 |
gr.Markdown(article)
|
| 540 |
-
gr.HTML(
|
| 541 |
-
|
| 542 |
-
)
|
| 543 |
|
| 544 |
|
| 545 |
demo.launch()
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
article = r"""
|
| 70 |
+
If ColorFlow is helpful, please help to ⭐ the <a href='https://github.com/TencentARC/ColorFlow' target='_blank'>Github Repo</a>. Thanks! [](https://github.com/TencentARC/ColorFlow)
|
| 71 |
+
|
| 72 |
📧 **Contact**
|
| 73 |
<br>
|
| 74 |
If you have any questions, please feel free to reach me out at <b>zhuangjh23@mails.tsinghua.edu.cn</b>.
|
|
|
|
| 87 |
url={https://arxiv.org/abs/2412.11815},
|
| 88 |
}
|
| 89 |
```
|
|
|
|
|
|
|
| 90 |
"""
|
| 91 |
|
| 92 |
model_global_path = snapshot_download(repo_id="TencentARC/ColorFlow", cache_dir='./colorflow/', repo_type="model")
|
|
|
|
| 537 |
)
|
| 538 |
|
| 539 |
gr.Markdown(article)
|
| 540 |
+
# gr.HTML(
|
| 541 |
+
# '<a href="https://github.com/TencentARC/ColorFlow"><img src="https://img.shields.io/github/stars/TencentARC/ColorFlow" alt="GitHub Stars"></a>'
|
| 542 |
+
# )
|
| 543 |
|
| 544 |
|
| 545 |
demo.launch()
|