Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -112,10 +112,12 @@ def main():
|
|
112 |
## 🩻 Libra: Leveraging Temporal Images for Biomedical Radiology Analysis
|
113 |
[Project Page](https://x-izhang.github.io/Libra_v1.0/) | [Paper](https://arxiv.org/abs/2411.19378) | [Code](https://github.com/X-iZhang/Libra) | [Model](https://huggingface.co/X-iZhang/libra-v1.0-7b)
|
114 |
|
115 |
-
|
116 |
|
117 |
The demo is currently running on a **CPU**, and a single inference takes approximately **500 seconds**.
|
118 |
-
|
|
|
|
|
119 |
""")
|
120 |
|
121 |
|
|
|
112 |
## 🩻 Libra: Leveraging Temporal Images for Biomedical Radiology Analysis
|
113 |
[Project Page](https://x-izhang.github.io/Libra_v1.0/) | [Paper](https://arxiv.org/abs/2411.19378) | [Code](https://github.com/X-iZhang/Libra) | [Model](https://huggingface.co/X-iZhang/libra-v1.0-7b)
|
114 |
|
115 |
+
**🚨 Performance Warning**
|
116 |
|
117 |
The demo is currently running on a **CPU**, and a single inference takes approximately **500 seconds**.
|
118 |
+
|
119 |
+
To achieve optimal performance and significantly reduce inference time, a **GPU is required** for effective operation.
|
120 |
+
For more details, please refer to the [Demo Project].
|
121 |
""")
|
122 |
|
123 |
|