Spaces:
Runtime error
Runtime error
Update serve_constants.py
Browse files- serve_constants.py +10 -10
serve_constants.py
CHANGED
@@ -73,12 +73,12 @@ html_header = """
|
|
73 |
</style>
|
74 |
|
75 |
<div class="header-container">
|
76 |
-
<a href="https://
|
77 |
-
<img src="https://i.postimg.cc/
|
78 |
</a>
|
79 |
<div>
|
80 |
-
<h2><a href="https://
|
81 |
-
<h5><a href="https://
|
82 |
</div>
|
83 |
</div>
|
84 |
"""
|
@@ -94,22 +94,22 @@ tos_markdown = """
|
|
94 |
By using this service, users are required to agree to the following terms:
|
95 |
The service is a research preview intended for non-commercial use only. It only provides limited safety measures and may generate offensive content. It must not be used for any illegal, harmful, violent, racist, or sexual purposes. The service may collect user dialogue data for future research.
|
96 |
|
97 |
-
We deploy our model backend with
|
98 |
"""
|
99 |
|
100 |
|
101 |
learn_more_markdown = """
|
102 |
## License
|
103 |
-
The service is a research preview
|
104 |
"""
|
105 |
|
106 |
bibtext = """
|
107 |
## Citation
|
108 |
```
|
109 |
-
@article{
|
110 |
-
title={
|
111 |
-
author={
|
112 |
-
journal={arXiv preprint arXiv:2410.
|
113 |
year={2024}
|
114 |
}
|
115 |
```
|
|
|
73 |
</style>
|
74 |
|
75 |
<div class="header-container">
|
76 |
+
<a href="https://aimedlab.github.io/PULSE/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
|
77 |
+
<img src="https://i.postimg.cc/W3p3gX3m/pulse-icon.png" alt="LLaVA-NeXT">
|
78 |
</a>
|
79 |
<div>
|
80 |
+
<h2><a href="https://aimedlab.github.io/PULSE/">Teach Multimodal LLMs to Comprehend Electrocardiographic Images</a></h2>
|
81 |
+
<h5><a href="https://github.com/AIMedLab/PULSE">Code</a> | <a href="https://huggingface.co/PULSE-ECG/PULSE-7B">Checkpoints</a> | <a href="https://huggingface.co/collections/PULSE-ECG/pulse-ecg-671eec61a17554b2d0ae0fe5">Data</a> | <a href="https://huggingface.co/spaces/PULSE-ECG/PULSE">Demo</a></h5>
|
82 |
</div>
|
83 |
</div>
|
84 |
"""
|
|
|
94 |
By using this service, users are required to agree to the following terms:
|
95 |
The service is a research preview intended for non-commercial use only. It only provides limited safety measures and may generate offensive content. It must not be used for any illegal, harmful, violent, racist, or sexual purposes. The service may collect user dialogue data for future research.
|
96 |
|
97 |
+
We deploy our model backend with ZEROGPU. However, there could be congestion during the serving process, leading to delayed responses. If you encounter any issues with the webpage, kindly refresh it.
|
98 |
"""
|
99 |
|
100 |
|
101 |
learn_more_markdown = """
|
102 |
## License
|
103 |
+
The service is a research preview intended for non-commercial use only, subject to the model [License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA, and [License](https://huggingface.co/liuhaotian/llava-v1.6-vicuna-7b) of LLaVA. Please contact us if you find any potential violation.
|
104 |
"""
|
105 |
|
106 |
bibtext = """
|
107 |
## Citation
|
108 |
```
|
109 |
+
@article{liu2024teach,
|
110 |
+
title={Teach Multimodal LLMs to Comprehend Electrocardiographic Images},
|
111 |
+
author={Ruoqi Liu, Yuelin Bai, Xiang Yue, Ping Zhang},
|
112 |
+
journal={arXiv preprint arXiv:2410.19008},
|
113 |
year={2024}
|
114 |
}
|
115 |
```
|