X-iZhang commited on
Commit
5459696
·
verified ·
1 Parent(s): a70d772

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- ## 🚨 Performance Warning
116
 
117
  The demo is currently running on a **CPU**, and a single inference takes approximately **500 seconds**.
118
- To achieve optimal performance and significantly reduce inference time, a **GPU is required** for effective operation. For more details, please refer to the [Demo Project].
 
 
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